Html Css Color HEX #D65288 Cranberry

📋 copy color: '#D65288'

red 214 ◦ green 82 ◦ blue 136

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

Shades of Cranberry #D65288

Tints of Cranberry #D65288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 49.54%
G = 18.98%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65288 (or 0xD65288) is known color: Cranberry. HEX triplet: D6, 52 and 88. RGB value is (214,82,136). Sum of RGB (Red+Green+Blue) = 214+82+136=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65288 is #29AD77. Grayscale: #7F7F7F. Windows color (decimal): -2731384 or 8934102. OLE color: 8934102.

HSL color Cylindrical-coordinate representation of color #D65288: hue angle of 335.45º 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 #D65288 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 136 -
CMYK 0 0.62 0.36 0.16
HSL 335.45º 0.62% 0.58% -
HSV(B) 335.45º 0.62% 0.84% -
XYZ 35.19 22.11 25.71 -
YUV 127.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 214 82 136 0 0.62 0.36 0.16 335.45 0.62 0.58
Hex D6 52 88 0 3E 24 10 14F 3E 3A
Octal 326 122 210 0 76 44 20 517 76 72
Binary 11010110 1010010 10001000 0 111110 100100 10000 101001111 111110 111010

Color Harmonies of #D65288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65288

Black with #D65288

Text Example


Text Example

White with #D65288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65288; }

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

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

background-color css

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

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

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

border-color css

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

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

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