Html Css Color HEX #D45E77 Cranberry

📋 copy color: '#D45E77'

red 212 ◦ green 94 ◦ blue 119

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

Shades of Cranberry #D45E77

Tints of Cranberry #D45E77

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 49.88%
G = 22.12%
B = 28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D45E77 (or 0xD45E77) is known color: Cranberry. HEX triplet: D4, 5E and 77. RGB value is (212,94,119). Sum of RGB (Red+Green+Blue) = 212+94+119=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E77 is #2BA188. Grayscale: #848484. Windows color (decimal): -2859401 or 7823060. OLE color: 7823060.

HSL color Cylindrical-coordinate representation of color #D45E77: hue angle of 347.29º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E77 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 94 119 -
CMYK 0 0.56 0.44 0.17
HSL 347.29º 0.58% 0.6% -
HSV(B) 347.29º 0.56% 0.83% -
XYZ 34.48 23.33 20.14 -
YUV 132.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 212 94 119 0 0.56 0.44 0.17 347.29 0.58 0.6
Hex D4 5E 77 0 38 2C 11 15B 3A 3C
Octal 324 136 167 0 70 54 21 533 72 74
Binary 11010100 1011110 1110111 0 111000 101100 10001 101011011 111010 111100

Color Harmonies of #D45E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45E77

Black with #D45E77

Text Example


Text Example

White with #D45E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45E77; }

 p { color: rgb(212,94,119); }

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

background-color css

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

 a { background-color: rgb(212,94,119); }

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

border-color css

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

 span { border-color: rgb(212,94,119); }

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