Html Css Color HEX #D03392 Deep Cerise

📋 copy color: '#D03392'

red 208 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #D03392

Tints of Deep Cerise #D03392

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 51.36%
G = 12.59%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03392 (or 0xD03392) is known color: Deep Cerise. HEX triplet: D0, 33 and 92. RGB value is (208,51,146). Sum of RGB (Red+Green+Blue) = 208+51+146=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03392 is #2FCC6D. Grayscale: #6C6C6C. Windows color (decimal): -3132526 or 9581520. OLE color: 9581520.

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

Color convert

RGB 208 51 146 -
CMYK 0 0.75 0.30 0.18
HSL 323.69º 0.63% 0.51% -
HSV(B) 323.69º 0.75% 0.82% -
XYZ 32.38 17.85 28.93 -
YUV 108.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 208 51 146 0 0.75 0.30 0.18 323.69 0.63 0.51
Hex D0 33 92 0 4B 1E 12 144 3F 33
Octal 320 63 222 0 113 36 22 504 77 63
Binary 11010000 110011 10010010 0 1001011 11110 10010 101000100 111111 110011

Color Harmonies of #D03392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03392

Black with #D03392

Text Example


Text Example

White with #D03392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03392; }

 p { color: rgb(208,51,146); }

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

background-color css

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

 a { background-color: rgb(208,51,146); }

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

border-color css

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

 span { border-color: rgb(208,51,146); }

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