Html Css Color HEX #D65088 Cranberry

📋 copy color: '#D65088'

red 214 ◦ green 80 ◦ blue 136

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

Shades of Cranberry #D65088

Tints of Cranberry #D65088

RGB

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

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

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

R = 49.77%
G = 18.6%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65088 (or 0xD65088) is known color: Cranberry. HEX triplet: D6, 50 and 88. RGB value is (214,80,136). Sum of RGB (Red+Green+Blue) = 214+80+136=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D65088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65088 is #29AF77. Grayscale: #7E7E7E. Windows color (decimal): -2731896 or 8933590. OLE color: 8933590.

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

Color convert

RGB 214 80 136 -
CMYK 0 0.63 0.36 0.16
HSL 334.93º 0.62% 0.58% -
HSV(B) 334.93º 0.63% 0.84% -
XYZ 35.04 21.81 25.66 -
YUV 126.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 214 80 136 0 0.63 0.36 0.16 334.93 0.62 0.58
Hex D6 50 88 0 3F 24 10 14F 3E 3A
Octal 326 120 210 0 77 44 20 517 76 72
Binary 11010110 1010000 10001000 0 111111 100100 10000 101001111 111110 111010

Color Harmonies of #D65088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65088

Black with #D65088

Text Example


Text Example

White with #D65088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65088; }

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

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

background-color css

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

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

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

border-color css

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

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

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