Html Css Color HEX #D23074 Deep Cerise

📋 copy color: '#D23074'

red 210 ◦ green 48 ◦ blue 116

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

Shades of Deep Cerise #D23074

Tints of Deep Cerise #D23074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 56.15%
G = 12.83%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D23074 (or 0xD23074) is known color: Deep Cerise. HEX triplet: D2, 30 and 74. RGB value is (210,48,116). Sum of RGB (Red+Green+Blue) = 210+48+116=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D23074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23074 is #2DCF8B. Grayscale: #686868. Windows color (decimal): -3002252 or 7614674. OLE color: 7614674.

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

Color convert

RGB 210 48 116 -
CMYK 0 0.77 0.45 0.18
HSL 334.81º 0.64% 0.51% -
HSV(B) 334.81º 0.77% 0.82% -
XYZ 30.79 17.08 18.2 -
YUV 104.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 210 48 116 0 0.77 0.45 0.18 334.81 0.64 0.51
Hex D2 30 74 0 4D 2D 12 14F 40 33
Octal 322 60 164 0 115 55 22 517 100 63
Binary 11010010 110000 1110100 0 1001101 101101 10010 101001111 1000000 110011

Color Harmonies of #D23074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23074

Black with #D23074

Text Example


Text Example

White with #D23074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23074; }

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

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

background-color css

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

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

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

border-color css

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

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

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