Html Css Color HEX #D65E77 Cranberry

📋 copy color: '#D65E77'

red 214 ◦ green 94 ◦ blue 119

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

Shades of Cranberry #D65E77

Tints of Cranberry #D65E77

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

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

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

R = 50.12%
G = 22.01%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65E77 (or 0xD65E77) is known color: Cranberry. HEX triplet: D6, 5E and 77. RGB value is (214,94,119). Sum of RGB (Red+Green+Blue) = 214+94+119=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E77 is #29A188. Grayscale: #848484. Windows color (decimal): -2728329 or 7823062. OLE color: 7823062.

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

Color convert

RGB 214 94 119 -
CMYK 0 0.56 0.44 0.16
HSL 347.5º 0.59% 0.6% -
HSV(B) 347.5º 0.56% 0.84% -
XYZ 35.06 23.63 20.17 -
YUV 132.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 214 94 119 0 0.56 0.44 0.16 347.5 0.59 0.6
Hex D6 5E 77 0 38 2C 10 15C 3B 3C
Octal 326 136 167 0 70 54 20 534 73 74
Binary 11010110 1011110 1110111 0 111000 101100 10000 101011100 111011 111100

Color Harmonies of #D65E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E77

Black with #D65E77

Text Example


Text Example

White with #D65E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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