Html Css Color HEX #D23086 Deep Cerise

📋 copy color: '#D23086'

red 210 ◦ green 48 ◦ blue 134

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

Shades of Deep Cerise #D23086

Tints of Deep Cerise #D23086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 53.57%
G = 12.24%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D23086 (or 0xD23086) is known color: Deep Cerise. HEX triplet: D2, 30 and 86. RGB value is (210,48,134). Sum of RGB (Red+Green+Blue) = 210+48+134=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D23086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23086 is #2DCF79. Grayscale: #6A6A6A. Windows color (decimal): -3002234 or 8794322. OLE color: 8794322.

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

Color convert

RGB 210 48 134 -
CMYK 0 0.77 0.36 0.18
HSL 328.15º 0.64% 0.51% -
HSV(B) 328.15º 0.77% 0.82% -
XYZ 31.94 17.54 24.26 -
YUV 106.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 210 48 134 0 0.77 0.36 0.18 328.15 0.64 0.51
Hex D2 30 86 0 4D 24 12 148 40 33
Octal 322 60 206 0 115 44 22 510 100 63
Binary 11010010 110000 10000110 0 1001101 100100 10010 101001000 1000000 110011

Color Harmonies of #D23086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23086

Black with #D23086

Text Example


Text Example

White with #D23086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23086; }

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

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

background-color css

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

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

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

border-color css

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

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

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