Html Css Color HEX #D55F82 Cranberry

📋 copy color: '#D55F82'

red 213 ◦ green 95 ◦ blue 130

#D55F82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D55F82

Tints of Cranberry #D55F82

RGB

 RED value IS 213 (83.59% from 255) = 48.63%

 GREEN value IS 95 (37.5% from 255) = 21.69%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 48.63%
G = 21.69%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D55F82 (or 0xD55F82) is known color: Cranberry. HEX triplet: D5, 5F and 82. RGB value is (213,95,130). Sum of RGB (Red+Green+Blue) = 213+95+130=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F82 is #2AA07D. Grayscale: #868686. Windows color (decimal): -2793598 or 8544213. OLE color: 8544213.

HSL color Cylindrical-coordinate representation of color #D55F82: hue angle of 342.2º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F82 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 130 -
CMYK 0 0.55 0.39 0.16
HSL 342.2º 0.58% 0.6% -
HSV(B) 342.2º 0.55% 0.84% -
XYZ 35.56 23.94 23.87 -
YUV 134.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 213 95 130 0 0.55 0.39 0.16 342.2 0.58 0.6
Hex D5 5F 82 0 37 27 10 156 3A 3C
Octal 325 137 202 0 67 47 20 526 72 74
Binary 11010101 1011111 10000010 0 110111 100111 10000 101010110 111010 111100

Color Harmonies of #D55F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F82

Black with #D55F82

Text Example


Text Example

White with #D55F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F82; }

 p { color: rgb(213,95,130); }

 H1.HeaderClassName
 {
   color: #D55F82;
 }
 .AnyTagClassName
 {
   color: #D55F82;
 }
</style>

background-color css

<style>
 a { background-color: #D55F82; }

 a { background-color: rgb(213,95,130); }

 div.DivClassName
 {
   background-color: #D55F82;
 }
 .BgClassName
 {
   background-color: #D55F82;
 }
</style>

border-color css

<style>
 span { border-color: #D55F82; }

 span { border-color: rgb(213,95,130); }

 td.TdClassName
 {
   border-color: #D55F82;
 }
 .TagClassName
 {
   border-color: #D55F82;
 }
</style>