Html Css Color HEX #DF3A94 Deep Cerise

📋 copy color: '#DF3A94'

red 223 ◦ green 58 ◦ blue 148

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

Shades of Deep Cerise #DF3A94

Tints of Deep Cerise #DF3A94

RGB

 RED value IS 223 (87.5% from 255) = 51.98%

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 51.98%
G = 13.52%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF3A94 (or 0xDF3A94) is known color: Deep Cerise. HEX triplet: DF, 3A and 94. RGB value is (223,58,148). Sum of RGB (Red+Green+Blue) = 223+58+148=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3A94 is #20C56B. Grayscale: #757575. Windows color (decimal): -2147692 or 9714399. OLE color: 9714399.

HSL color Cylindrical-coordinate representation of color #DF3A94: hue angle of 327.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3A94 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 58 148 -
CMYK 0 0.74 0.34 0.13
HSL 327.27º 0.72% 0.55% -
HSV(B) 327.27º 0.74% 0.87% -
XYZ 37.29 20.85 30.08 -
YUV 117.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 223 58 148 0 0.74 0.34 0.13 327.27 0.72 0.55
Hex DF 3A 94 0 4A 22 D 147 48 37
Octal 337 72 224 0 112 42 15 507 110 67
Binary 11011111 111010 10010100 0 1001010 100010 1101 101000111 1001000 110111

Color Harmonies of #DF3A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A94

Black with #DF3A94

Text Example


Text Example

White with #DF3A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A94; }

 p { color: rgb(223,58,148); }

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

background-color css

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

 a { background-color: rgb(223,58,148); }

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

border-color css

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

 span { border-color: rgb(223,58,148); }

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