Html Css Color HEX #D65089 Cranberry

📋 copy color: '#D65089'

red 214 ◦ green 80 ◦ blue 137

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

Shades of Cranberry #D65089

Tints of Cranberry #D65089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 49.65%
G = 18.56%
B = 31.79%

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

#D65089 (or 0xD65089) is known color: Cranberry. HEX triplet: D6, 50 and 89. RGB value is (214,80,137). Sum of RGB (Red+Green+Blue) = 214+80+137=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65089 is #29AF76. Grayscale: #7E7E7E. Windows color (decimal): -2731895 or 8999126. OLE color: 8999126.

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

Color convert

RGB 214 80 137 -
CMYK 0 0.63 0.36 0.16
HSL 334.48º 0.62% 0.58% -
HSV(B) 334.48º 0.63% 0.84% -
XYZ 35.12 21.84 26.03 -
YUV 126.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 214 80 137 0 0.63 0.36 0.16 334.48 0.62 0.58
Hex D6 50 89 0 3F 24 10 14E 3E 3A
Octal 326 120 211 0 77 44 20 516 76 72
Binary 11010110 1010000 10001001 0 111111 100100 10000 101001110 111110 111010

Color Harmonies of #D65089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65089

Black with #D65089

Text Example


Text Example

White with #D65089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65089; }

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

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

background-color css

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

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

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

border-color css

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

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

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