Html Css Color HEX #D65487 Cranberry

📋 copy color: '#D65487'

red 214 ◦ green 84 ◦ blue 135

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

Shades of Cranberry #D65487

Tints of Cranberry #D65487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 49.42%
G = 19.4%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65487 (or 0xD65487) is known color: Cranberry. HEX triplet: D6, 54 and 87. RGB value is (214,84,135). Sum of RGB (Red+Green+Blue) = 214+84+135=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65487 is #29AB78. Grayscale: #808080. Windows color (decimal): -2730873 or 8869078. OLE color: 8869078.

HSL color Cylindrical-coordinate representation of color #D65487: hue angle of 336.46º degrees, saturation: 0.61, 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 #D65487 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 135 -
CMYK 0 0.61 0.37 0.16
HSL 336.46º 0.61% 0.58% -
HSV(B) 336.46º 0.61% 0.84% -
XYZ 35.28 22.39 25.38 -
YUV 128.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 214 84 135 0 0.61 0.37 0.16 336.46 0.61 0.58
Hex D6 54 87 0 3D 25 10 150 3D 3A
Octal 326 124 207 0 75 45 20 520 75 72
Binary 11010110 1010100 10000111 0 111101 100101 10000 101010000 111101 111010

Color Harmonies of #D65487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65487

Black with #D65487

Text Example


Text Example

White with #D65487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65487; }

 p { color: rgb(214,84,135); }

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

background-color css

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

 a { background-color: rgb(214,84,135); }

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

border-color css

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

 span { border-color: rgb(214,84,135); }

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