Html Css Color HEX #DF3F94 Deep Cerise

📋 copy color: '#DF3F94'

red 223 ◦ green 63 ◦ blue 148

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

Shades of Deep Cerise #DF3F94

Tints of Deep Cerise #DF3F94

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

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

R = 51.38%
G = 14.52%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF3F94 (or 0xDF3F94) is known color: Deep Cerise. HEX triplet: DF, 3F and 94. RGB value is (223,63,148). Sum of RGB (Red+Green+Blue) = 223+63+148=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F94 is #20C06B. Grayscale: #787878. Windows color (decimal): -2146412 or 9715679. OLE color: 9715679.

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

Color convert

RGB 223 63 148 -
CMYK 0 0.72 0.34 0.13
HSL 328.13º 0.71% 0.56% -
HSV(B) 328.13º 0.72% 0.87% -
XYZ 37.55 21.38 30.16 -
YUV 120.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 223 63 148 0 0.72 0.34 0.13 328.13 0.71 0.56
Hex DF 3F 94 0 48 22 D 148 47 38
Octal 337 77 224 0 110 42 15 510 107 70
Binary 11011111 111111 10010100 0 1001000 100010 1101 101001000 1000111 111000

Color Harmonies of #DF3F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F94

Black with #DF3F94

Text Example


Text Example

White with #DF3F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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