Html Css Color HEX #D65786 Cranberry

📋 copy color: '#D65786'

red 214 ◦ green 87 ◦ blue 134

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

Shades of Cranberry #D65786

Tints of Cranberry #D65786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 49.2%
G = 20%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65786 (or 0xD65786) is known color: Cranberry. HEX triplet: D6, 57 and 86. RGB value is (214,87,134). Sum of RGB (Red+Green+Blue) = 214+87+134=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65786 is #29A879. Grayscale: #828282. Windows color (decimal): -2730106 or 8804310. OLE color: 8804310.

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

Color convert

RGB 214 87 134 -
CMYK 0 0.59 0.37 0.16
HSL 337.8º 0.61% 0.59% -
HSV(B) 337.8º 0.59% 0.84% -
XYZ 35.44 22.83 25.09 -
YUV 130.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 214 87 134 0 0.59 0.37 0.16 337.8 0.61 0.59
Hex D6 57 86 0 3B 25 10 152 3D 3B
Octal 326 127 206 0 73 45 20 522 75 73
Binary 11010110 1010111 10000110 0 111011 100101 10000 101010010 111101 111011

Color Harmonies of #D65786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65786

Black with #D65786

Text Example


Text Example

White with #D65786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65786; }

 p { color: rgb(214,87,134); }

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

background-color css

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

 a { background-color: rgb(214,87,134); }

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

border-color css

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

 span { border-color: rgb(214,87,134); }

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