Html Css Color HEX #D23483 Deep Cerise

📋 copy color: '#D23483'

red 210 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #D23483

Tints of Deep Cerise #D23483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 53.44%
G = 13.23%
B = 33.33%

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

#D23483 (or 0xD23483) is known color: Deep Cerise. HEX triplet: D2, 34 and 83. RGB value is (210,52,131). Sum of RGB (Red+Green+Blue) = 210+52+131=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23483 is #2DCB7C. Grayscale: #6C6C6C. Windows color (decimal): -3001213 or 8598738. OLE color: 8598738.

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

Color convert

RGB 210 52 131 -
CMYK 0 0.75 0.38 0.18
HSL 330º 0.64% 0.51% -
HSV(B) 330º 0.75% 0.82% -
XYZ 31.9 17.8 23.23 -
YUV 108.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 210 52 131 0 0.75 0.38 0.18 330 0.64 0.51
Hex D2 34 83 0 4B 26 12 14A 40 33
Octal 322 64 203 0 113 46 22 512 100 63
Binary 11010010 110100 10000011 0 1001011 100110 10010 101001010 1000000 110011

Color Harmonies of #D23483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23483

Black with #D23483

Text Example


Text Example

White with #D23483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23483; }

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

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

background-color css

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

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

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

border-color css

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

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

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