Html Css Color HEX #D65287 Cranberry

📋 copy color: '#D65287'

red 214 ◦ green 82 ◦ blue 135

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

Shades of Cranberry #D65287

Tints of Cranberry #D65287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 49.65%
G = 19.03%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65287 (or 0xD65287) is known color: Cranberry. HEX triplet: D6, 52 and 87. RGB value is (214,82,135). Sum of RGB (Red+Green+Blue) = 214+82+135=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65287 is #29AD78. Grayscale: #7F7F7F. Windows color (decimal): -2731385 or 8868566. OLE color: 8868566.

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

Color convert

RGB 214 82 135 -
CMYK 0 0.62 0.37 0.16
HSL 335.91º 0.62% 0.58% -
HSV(B) 335.91º 0.62% 0.84% -
XYZ 35.12 22.08 25.33 -
YUV 127.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 214 82 135 0 0.62 0.37 0.16 335.91 0.62 0.58
Hex D6 52 87 0 3E 25 10 150 3E 3A
Octal 326 122 207 0 76 45 20 520 76 72
Binary 11010110 1010010 10000111 0 111110 100101 10000 101010000 111110 111010

Color Harmonies of #D65287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65287

Black with #D65287

Text Example


Text Example

White with #D65287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65287; }

 p { color: rgb(214,82,135); }

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

background-color css

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

 a { background-color: rgb(214,82,135); }

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

border-color css

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

 span { border-color: rgb(214,82,135); }

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