Html Css Color HEX #D45786 Cranberry

📋 copy color: '#D45786'

red 212 ◦ green 87 ◦ blue 134

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

Shades of Cranberry #D45786

Tints of Cranberry #D45786

RGB

 RED value IS 212 (83.2% from 255) = 48.96%

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

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

R = 48.96%
G = 20.09%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D45786 (or 0xD45786) is known color: Cranberry. HEX triplet: D4, 57 and 86. RGB value is (212,87,134). Sum of RGB (Red+Green+Blue) = 212+87+134=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D45786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45786 is #2BA879. Grayscale: #818181. Windows color (decimal): -2861178 or 8804308. OLE color: 8804308.

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

Color convert

RGB 212 87 134 -
CMYK 0 0.59 0.37 0.17
HSL 337.44º 0.59% 0.59% -
HSV(B) 337.44º 0.59% 0.83% -
XYZ 34.86 22.53 25.07 -
YUV 129.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 212 87 134 0 0.59 0.37 0.17 337.44 0.59 0.59
Hex D4 57 86 0 3B 25 11 151 3B 3B
Octal 324 127 206 0 73 45 21 521 73 73
Binary 11010100 1010111 10000110 0 111011 100101 10001 101010001 111011 111011

Color Harmonies of #D45786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45786

Black with #D45786

Text Example


Text Example

White with #D45786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45786; }

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

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

background-color css

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

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

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

border-color css

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

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

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