Html Css Color HEX #D45888 Cranberry

📋 copy color: '#D45888'

red 212 ◦ green 88 ◦ blue 136

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

Shades of Cranberry #D45888

Tints of Cranberry #D45888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 48.62%
G = 20.18%
B = 31.19%

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

#D45888 (or 0xD45888) is known color: Cranberry. HEX triplet: D4, 58 and 88. RGB value is (212,88,136). Sum of RGB (Red+Green+Blue) = 212+88+136=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D45888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45888 is #2BA777. Grayscale: #828282. Windows color (decimal): -2860920 or 8935636. OLE color: 8935636.

HSL color Cylindrical-coordinate representation of color #D45888: hue angle of 336.77º 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 #D45888 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 136 -
CMYK 0 0.58 0.36 0.17
HSL 336.77º 0.59% 0.59% -
HSV(B) 336.77º 0.58% 0.83% -
XYZ 35.09 22.75 25.84 -
YUV 130.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 212 88 136 0 0.58 0.36 0.17 336.77 0.59 0.59
Hex D4 58 88 0 3A 24 11 151 3B 3B
Octal 324 130 210 0 72 44 21 521 73 73
Binary 11010100 1011000 10001000 0 111010 100100 10001 101010001 111011 111011

Color Harmonies of #D45888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45888

Black with #D45888

Text Example


Text Example

White with #D45888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45888; }

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

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

background-color css

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

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

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

border-color css

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

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

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