Html Css Color HEX #D23286 Deep Cerise

📋 copy color: '#D23286'

red 210 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #D23286

Tints of Deep Cerise #D23286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

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

R = 53.3%
G = 12.69%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D23286 (or 0xD23286) is known color: Deep Cerise. HEX triplet: D2, 32 and 86. RGB value is (210,50,134). Sum of RGB (Red+Green+Blue) = 210+50+134=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D23286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23286 is #2DCD79. Grayscale: #6B6B6B. Windows color (decimal): -3001722 or 8794834. OLE color: 8794834.

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

Color convert

RGB 210 50 134 -
CMYK 0 0.76 0.36 0.18
HSL 328.5º 0.64% 0.51% -
HSV(B) 328.5º 0.76% 0.82% -
XYZ 32.02 17.7 24.28 -
YUV 107.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 210 50 134 0 0.76 0.36 0.18 328.5 0.64 0.51
Hex D2 32 86 0 4C 24 12 148 40 33
Octal 322 62 206 0 114 44 22 510 100 63
Binary 11010010 110010 10000110 0 1001100 100100 10010 101001000 1000000 110011

Color Harmonies of #D23286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23286

Black with #D23286

Text Example


Text Example

White with #D23286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23286; }

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

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

background-color css

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

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

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

border-color css

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

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

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