Html Css Color HEX #D23082 Deep Cerise

📋 copy color: '#D23082'

red 210 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #D23082

Tints of Deep Cerise #D23082

RGB

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

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

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

R = 54.12%
G = 12.37%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D23082 (or 0xD23082) is known color: Deep Cerise. HEX triplet: D2, 30 and 82. RGB value is (210,48,130). Sum of RGB (Red+Green+Blue) = 210+48+130=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D23082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23082 is #2DCF7D. Grayscale: #696969. Windows color (decimal): -3002238 or 8532178. OLE color: 8532178.

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

Color convert

RGB 210 48 130 -
CMYK 0 0.77 0.38 0.18
HSL 329.63º 0.64% 0.51% -
HSV(B) 329.63º 0.77% 0.82% -
XYZ 31.66 17.43 22.81 -
YUV 105.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 210 48 130 0 0.77 0.38 0.18 329.63 0.64 0.51
Hex D2 30 82 0 4D 26 12 14A 40 33
Octal 322 60 202 0 115 46 22 512 100 63
Binary 11010010 110000 10000010 0 1001101 100110 10010 101001010 1000000 110011

Color Harmonies of #D23082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23082

Black with #D23082

Text Example


Text Example

White with #D23082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23082; }

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

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

background-color css

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

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

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

border-color css

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

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

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