Html Css Color HEX #D23280 Deep Cerise

📋 copy color: '#D23280'

red 210 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #D23280

Tints of Deep Cerise #D23280

RGB

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

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

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

R = 54.12%
G = 12.89%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D23280 (or 0xD23280) is known color: Deep Cerise. HEX triplet: D2, 32 and 80. RGB value is (210,50,128). Sum of RGB (Red+Green+Blue) = 210+50+128=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D23280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23280 is #2DCD7F. Grayscale: #6A6A6A. Windows color (decimal): -3001728 or 8401618. OLE color: 8401618.

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

Color convert

RGB 210 50 128 -
CMYK 0 0.76 0.39 0.18
HSL 330.75º 0.64% 0.51% -
HSV(B) 330.75º 0.76% 0.82% -
XYZ 31.62 17.54 22.14 -
YUV 106.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 210 50 128 0 0.76 0.39 0.18 330.75 0.64 0.51
Hex D2 32 80 0 4C 27 12 14B 40 33
Octal 322 62 200 0 114 47 22 513 100 63
Binary 11010010 110010 10000000 0 1001100 100111 10010 101001011 1000000 110011

Color Harmonies of #D23280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23280

Black with #D23280

Text Example


Text Example

White with #D23280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23280; }

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

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

background-color css

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

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

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

border-color css

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

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

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