Html Css Color HEX #D23495 Deep Cerise

📋 copy color: '#D23495'

red 210 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #D23495

Tints of Deep Cerise #D23495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 51.09%
G = 12.65%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D23495 (or 0xD23495) is known color: Deep Cerise. HEX triplet: D2, 34 and 95. RGB value is (210,52,149). Sum of RGB (Red+Green+Blue) = 210+52+149=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D23495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23495 is #2DCB6A. Grayscale: #6E6E6E. Windows color (decimal): -3001195 or 9778386. OLE color: 9778386.

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

Color convert

RGB 210 52 149 -
CMYK 0 0.75 0.29 0.18
HSL 323.16º 0.64% 0.51% -
HSV(B) 323.16º 0.75% 0.82% -
XYZ 33.23 18.33 30.22 -
YUV 110.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 210 52 149 0 0.75 0.29 0.18 323.16 0.64 0.51
Hex D2 34 95 0 4B 1D 12 143 40 33
Octal 322 64 225 0 113 35 22 503 100 63
Binary 11010010 110100 10010101 0 1001011 11101 10010 101000011 1000000 110011

Color Harmonies of #D23495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23495

Black with #D23495

Text Example


Text Example

White with #D23495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23495; }

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

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

background-color css

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

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

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

border-color css

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

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

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