Html Css Color HEX #D23380 Deep Cerise

📋 copy color: '#D23380'

red 210 ◦ green 51 ◦ blue 128

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

Shades of Deep Cerise #D23380

Tints of Deep Cerise #D23380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

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

R = 53.98%
G = 13.11%
B = 32.9%

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

#D23380 (or 0xD23380) is known color: Deep Cerise. HEX triplet: D2, 33 and 80. RGB value is (210,51,128). Sum of RGB (Red+Green+Blue) = 210+51+128=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D23380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23380 is #2DCC7F. Grayscale: #6B6B6B. Windows color (decimal): -3001472 or 8401874. OLE color: 8401874.

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

Color convert

RGB 210 51 128 -
CMYK 0 0.76 0.39 0.18
HSL 330.94º 0.64% 0.51% -
HSV(B) 330.94º 0.76% 0.82% -
XYZ 31.66 17.63 22.16 -
YUV 107.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 210 51 128 0 0.76 0.39 0.18 330.94 0.64 0.51
Hex D2 33 80 0 4C 27 12 14B 40 33
Octal 322 63 200 0 114 47 22 513 100 63
Binary 11010010 110011 10000000 0 1001100 100111 10010 101001011 1000000 110011

Color Harmonies of #D23380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23380

Black with #D23380

Text Example


Text Example

White with #D23380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23380; }

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

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

background-color css

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

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

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

border-color css

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

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

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