Html Css Color HEX #D45484 Cranberry

📋 copy color: '#D45484'

red 212 ◦ green 84 ◦ blue 132

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

Shades of Cranberry #D45484

Tints of Cranberry #D45484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.84%

R = 49.53%
G = 19.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D45484 (or 0xD45484) is known color: Cranberry. HEX triplet: D4, 54 and 84. RGB value is (212,84,132). Sum of RGB (Red+Green+Blue) = 212+84+132=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D45484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45484 is #2BAB7B. Grayscale: #7F7F7F. Windows color (decimal): -2861948 or 8672468. OLE color: 8672468.

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

Color convert

RGB 212 84 132 -
CMYK 0 0.60 0.38 0.17
HSL 337.5º 0.6% 0.58% -
HSV(B) 337.5º 0.6% 0.83% -
XYZ 34.49 22 24.26 -
YUV 127.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 212 84 132 0 0.60 0.38 0.17 337.5 0.6 0.58
Hex D4 54 84 0 3C 26 11 152 3C 3A
Octal 324 124 204 0 74 46 21 522 74 72
Binary 11010100 1010100 10000100 0 111100 100110 10001 101010010 111100 111010

Color Harmonies of #D45484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45484

Black with #D45484

Text Example


Text Example

White with #D45484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45484; }

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

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

background-color css

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

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

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

border-color css

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

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

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