Html Css Color HEX #D65189 Cranberry

📋 copy color: '#D65189'

red 214 ◦ green 81 ◦ blue 137

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

Shades of Cranberry #D65189

Tints of Cranberry #D65189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

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

R = 49.54%
G = 18.75%
B = 31.71%

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

#D65189 (or 0xD65189) is known color: Cranberry. HEX triplet: D6, 51 and 89. RGB value is (214,81,137). Sum of RGB (Red+Green+Blue) = 214+81+137=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65189 is #29AE76. Grayscale: #7F7F7F. Windows color (decimal): -2731639 or 8999382. OLE color: 8999382.

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

Color convert

RGB 214 81 137 -
CMYK 0 0.62 0.36 0.16
HSL 334.74º 0.62% 0.58% -
HSV(B) 334.74º 0.62% 0.84% -
XYZ 35.19 21.99 26.06 -
YUV 127.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 214 81 137 0 0.62 0.36 0.16 334.74 0.62 0.58
Hex D6 51 89 0 3E 24 10 14F 3E 3A
Octal 326 121 211 0 76 44 20 517 76 72
Binary 11010110 1010001 10001001 0 111110 100100 10000 101001111 111110 111010

Color Harmonies of #D65189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65189

Black with #D65189

Text Example


Text Example

White with #D65189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65189; }

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

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

background-color css

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

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

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

border-color css

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

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

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