Html Css Color HEX #D54484 Deep Cerise

📋 copy color: '#D54484'

red 213 ◦ green 68 ◦ blue 132

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

Shades of Deep Cerise #D54484

Tints of Deep Cerise #D54484

RGB

 RED value IS 213 (83.59% from 255) = 51.57%

 GREEN value IS 68 (26.95% from 255) = 16.46%

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

R = 51.57%
G = 16.46%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54484 (or 0xD54484) is known color: Deep Cerise. HEX triplet: D5, 44 and 84. RGB value is (213,68,132). Sum of RGB (Red+Green+Blue) = 213+68+132=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D54484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54484 is #2ABB7B. Grayscale: #767676. Windows color (decimal): -2800508 or 8668373. OLE color: 8668373.

HSL color Cylindrical-coordinate representation of color #D54484: hue angle of 333.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54484 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 132 -
CMYK 0 0.68 0.38 0.16
HSL 333.52º 0.63% 0.55% -
HSV(B) 333.52º 0.68% 0.84% -
XYZ 33.67 19.95 23.91 -
YUV 118.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 213 68 132 0 0.68 0.38 0.16 333.52 0.63 0.55
Hex D5 44 84 0 44 26 10 14E 3F 37
Octal 325 104 204 0 104 46 20 516 77 67
Binary 11010101 1000100 10000100 0 1000100 100110 10000 101001110 111111 110111

Color Harmonies of #D54484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54484

Black with #D54484

Text Example


Text Example

White with #D54484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54484; }

 p { color: rgb(213,68,132); }

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

background-color css

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

 a { background-color: rgb(213,68,132); }

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

border-color css

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

 span { border-color: rgb(213,68,132); }

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