Html Css Color HEX #D23484 Deep Cerise

📋 copy color: '#D23484'

red 210 ◦ green 52 ◦ blue 132

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

Shades of Deep Cerise #D23484

Tints of Deep Cerise #D23484

RGB

 RED value IS 210 (82.42% from 255) = 53.3%

 GREEN value IS 52 (20.7% from 255) = 13.2%

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

R = 53.3%
G = 13.2%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D23484 (or 0xD23484) is known color: Deep Cerise. HEX triplet: D2, 34 and 84. RGB value is (210,52,132). Sum of RGB (Red+Green+Blue) = 210+52+132=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D23484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23484 is #2DCB7B. Grayscale: #6C6C6C. Windows color (decimal): -3001212 or 8664274. OLE color: 8664274.

HSL color Cylindrical-coordinate representation of color #D23484: hue angle of 329.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23484 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 132 -
CMYK 0 0.75 0.37 0.18
HSL 329.62º 0.64% 0.51% -
HSV(B) 329.62º 0.75% 0.82% -
XYZ 31.97 17.82 23.59 -
YUV 108.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 210 52 132 0 0.75 0.37 0.18 329.62 0.64 0.51
Hex D2 34 84 0 4B 25 12 14A 40 33
Octal 322 64 204 0 113 45 22 512 100 63
Binary 11010010 110100 10000100 0 1001011 100101 10010 101001010 1000000 110011

Color Harmonies of #D23484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23484

Black with #D23484

Text Example


Text Example

White with #D23484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23484; }

 p { color: rgb(210,52,132); }

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

background-color css

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

 a { background-color: rgb(210,52,132); }

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

border-color css

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

 span { border-color: rgb(210,52,132); }

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