Html Css Color HEX #D23482 Deep Cerise

📋 copy color: '#D23482'

red 210 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #D23482

Tints of Deep Cerise #D23482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 53.57%
G = 13.27%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D23482 (or 0xD23482) is known color: Deep Cerise. HEX triplet: D2, 34 and 82. RGB value is (210,52,130). Sum of RGB (Red+Green+Blue) = 210+52+130=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D23482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23482 is #2DCB7D. Grayscale: #6B6B6B. Windows color (decimal): -3001214 or 8533202. OLE color: 8533202.

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

Color convert

RGB 210 52 130 -
CMYK 0 0.75 0.38 0.18
HSL 330.38º 0.64% 0.51% -
HSV(B) 330.38º 0.75% 0.82% -
XYZ 31.84 17.77 22.87 -
YUV 108.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 210 52 130 0 0.75 0.38 0.18 330.38 0.64 0.51
Hex D2 34 82 0 4B 26 12 14A 40 33
Octal 322 64 202 0 113 46 22 512 100 63
Binary 11010010 110100 10000010 0 1001011 100110 10010 101001010 1000000 110011

Color Harmonies of #D23482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23482

Black with #D23482

Text Example


Text Example

White with #D23482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23482; }

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

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

background-color css

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

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

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

border-color css

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

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

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