Html Css Color HEX #D45887 Cranberry

📋 copy color: '#D45887'

red 212 ◦ green 88 ◦ blue 135

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

Shades of Cranberry #D45887

Tints of Cranberry #D45887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

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

R = 48.74%
G = 20.23%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D45887 (or 0xD45887) is known color: Cranberry. HEX triplet: D4, 58 and 87. RGB value is (212,88,135). Sum of RGB (Red+Green+Blue) = 212+88+135=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D45887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45887 is #2BA778. Grayscale: #828282. Windows color (decimal): -2860921 or 8870100. OLE color: 8870100.

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

Color convert

RGB 212 88 135 -
CMYK 0 0.58 0.36 0.17
HSL 337.26º 0.59% 0.59% -
HSV(B) 337.26º 0.58% 0.83% -
XYZ 35.01 22.73 25.46 -
YUV 130.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 212 88 135 0 0.58 0.36 0.17 337.26 0.59 0.59
Hex D4 58 87 0 3A 24 11 151 3B 3B
Octal 324 130 207 0 72 44 21 521 73 73
Binary 11010100 1011000 10000111 0 111010 100100 10001 101010001 111011 111011

Color Harmonies of #D45887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45887

Black with #D45887

Text Example


Text Example

White with #D45887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45887; }

 p { color: rgb(212,88,135); }

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

background-color css

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

 a { background-color: rgb(212,88,135); }

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

border-color css

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

 span { border-color: rgb(212,88,135); }

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