Html Css Color HEX #D03A92 Deep Cerise

📋 copy color: '#D03A92'

red 208 ◦ green 58 ◦ blue 146

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

Shades of Deep Cerise #D03A92

Tints of Deep Cerise #D03A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

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

R = 50.49%
G = 14.08%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03A92 (or 0xD03A92) is known color: Deep Cerise. HEX triplet: D0, 3A and 92. RGB value is (208,58,146). Sum of RGB (Red+Green+Blue) = 208+58+146=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03A92 is #2FC56D. Grayscale: #707070. Windows color (decimal): -3130734 or 9583312. OLE color: 9583312.

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

Color convert

RGB 208 58 146 -
CMYK 0 0.72 0.30 0.18
HSL 324.8º 0.61% 0.52% -
HSV(B) 324.8º 0.72% 0.82% -
XYZ 32.71 18.51 29.04 -
YUV 112.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 208 58 146 0 0.72 0.30 0.18 324.8 0.61 0.52
Hex D0 3A 92 0 48 1E 12 145 3D 34
Octal 320 72 222 0 110 36 22 505 75 64
Binary 11010000 111010 10010010 0 1001000 11110 10010 101000101 111101 110100

Color Harmonies of #D03A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A92

Black with #D03A92

Text Example


Text Example

White with #D03A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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