Html Css Color HEX #D65077 Cranberry

📋 copy color: '#D65077'

red 214 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #D65077

Tints of Cranberry #D65077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

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

R = 51.82%
G = 19.37%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65077 (or 0xD65077) is known color: Cranberry. HEX triplet: D6, 50 and 77. RGB value is (214,80,119). Sum of RGB (Red+Green+Blue) = 214+80+119=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65077 is #29AF88. Grayscale: #7C7C7C. Windows color (decimal): -2731913 or 7819478. OLE color: 7819478.

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

Color convert

RGB 214 80 119 -
CMYK 0 0.63 0.44 0.16
HSL 342.54º 0.62% 0.58% -
HSV(B) 342.54º 0.63% 0.84% -
XYZ 33.93 21.37 19.79 -
YUV 124.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 214 80 119 0 0.63 0.44 0.16 342.54 0.62 0.58
Hex D6 50 77 0 3F 2C 10 157 3E 3A
Octal 326 120 167 0 77 54 20 527 76 72
Binary 11010110 1010000 1110111 0 111111 101100 10000 101010111 111110 111010

Color Harmonies of #D65077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65077

Black with #D65077

Text Example


Text Example

White with #D65077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65077; }

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

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

background-color css

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

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

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

border-color css

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

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

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