Html Css Color HEX #D65389 Cranberry

📋 copy color: '#D65389'

red 214 ◦ green 83 ◦ blue 137

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

Shades of Cranberry #D65389

Tints of Cranberry #D65389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 49.31%
G = 19.12%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65389 (or 0xD65389) is known color: Cranberry. HEX triplet: D6, 53 and 89. RGB value is (214,83,137). Sum of RGB (Red+Green+Blue) = 214+83+137=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65389 is #29AC76. Grayscale: #808080. Windows color (decimal): -2731127 or 8999894. OLE color: 8999894.

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

Color convert

RGB 214 83 137 -
CMYK 0 0.61 0.36 0.16
HSL 335.27º 0.62% 0.58% -
HSV(B) 335.27º 0.61% 0.84% -
XYZ 35.34 22.29 26.11 -
YUV 128.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 214 83 137 0 0.61 0.36 0.16 335.27 0.62 0.58
Hex D6 53 89 0 3D 24 10 14F 3E 3A
Octal 326 123 211 0 75 44 20 517 76 72
Binary 11010110 1010011 10001001 0 111101 100100 10000 101001111 111110 111010

Color Harmonies of #D65389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65389

Black with #D65389

Text Example


Text Example

White with #D65389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65389; }

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

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

background-color css

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

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

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

border-color css

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

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

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