Html Css Color HEX #D23080 Deep Cerise

📋 copy color: '#D23080'

red 210 ◦ green 48 ◦ blue 128

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

Shades of Deep Cerise #D23080

Tints of Deep Cerise #D23080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 54.4%
G = 12.44%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D23080 (or 0xD23080) is known color: Deep Cerise. HEX triplet: D2, 30 and 80. RGB value is (210,48,128). Sum of RGB (Red+Green+Blue) = 210+48+128=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D23080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23080 is #2DCF7F. Grayscale: #696969. Windows color (decimal): -3002240 or 8401106. OLE color: 8401106.

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

Color convert

RGB 210 48 128 -
CMYK 0 0.77 0.39 0.18
HSL 330.37º 0.64% 0.51% -
HSV(B) 330.37º 0.77% 0.82% -
XYZ 31.53 17.37 22.11 -
YUV 105.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 210 48 128 0 0.77 0.39 0.18 330.37 0.64 0.51
Hex D2 30 80 0 4D 27 12 14A 40 33
Octal 322 60 200 0 115 47 22 512 100 63
Binary 11010010 110000 10000000 0 1001101 100111 10010 101001010 1000000 110011

Color Harmonies of #D23080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23080

Black with #D23080

Text Example


Text Example

White with #D23080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23080; }

 p { color: rgb(210,48,128); }

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

background-color css

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

 a { background-color: rgb(210,48,128); }

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

border-color css

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

 span { border-color: rgb(210,48,128); }

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