Html Css Color HEX #D65586 Cranberry

📋 copy color: '#D65586'

red 214 ◦ green 85 ◦ blue 134

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

Shades of Cranberry #D65586

Tints of Cranberry #D65586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 49.42%
G = 19.63%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65586 (or 0xD65586) is known color: Cranberry. HEX triplet: D6, 55 and 86. RGB value is (214,85,134). Sum of RGB (Red+Green+Blue) = 214+85+134=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65586 is #29AA79. Grayscale: #818181. Windows color (decimal): -2730618 or 8803798. OLE color: 8803798.

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

Color convert

RGB 214 85 134 -
CMYK 0 0.60 0.37 0.16
HSL 337.21º 0.61% 0.59% -
HSV(B) 337.21º 0.6% 0.84% -
XYZ 35.28 22.51 25.04 -
YUV 129.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 214 85 134 0 0.60 0.37 0.16 337.21 0.61 0.59
Hex D6 55 86 0 3C 25 10 151 3D 3B
Octal 326 125 206 0 74 45 20 521 75 73
Binary 11010110 1010101 10000110 0 111100 100101 10000 101010001 111101 111011

Color Harmonies of #D65586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65586

Black with #D65586

Text Example


Text Example

White with #D65586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65586; }

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

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

background-color css

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

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

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

border-color css

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

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

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