Html Css Color HEX #D45488 Cranberry

📋 copy color: '#D45488'

red 212 ◦ green 84 ◦ blue 136

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

Shades of Cranberry #D45488

Tints of Cranberry #D45488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

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

R = 49.07%
G = 19.44%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D45488 (or 0xD45488) is known color: Cranberry. HEX triplet: D4, 54 and 88. RGB value is (212,84,136). Sum of RGB (Red+Green+Blue) = 212+84+136=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D45488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45488 is #2BAB77. Grayscale: #808080. Windows color (decimal): -2861944 or 8934612. OLE color: 8934612.

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

Color convert

RGB 212 84 136 -
CMYK 0 0.60 0.36 0.17
HSL 335.63º 0.6% 0.58% -
HSV(B) 335.63º 0.6% 0.83% -
XYZ 34.77 22.12 25.73 -
YUV 128.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 212 84 136 0 0.60 0.36 0.17 335.63 0.6 0.58
Hex D4 54 88 0 3C 24 11 150 3C 3A
Octal 324 124 210 0 74 44 21 520 74 72
Binary 11010100 1010100 10001000 0 111100 100100 10001 101010000 111100 111010

Color Harmonies of #D45488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45488

Black with #D45488

Text Example


Text Example

White with #D45488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45488; }

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

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

background-color css

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

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

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

border-color css

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

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

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