Html Css Color HEX #DF3D94 Deep Cerise

📋 copy color: '#DF3D94'

red 223 ◦ green 61 ◦ blue 148

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

Shades of Deep Cerise #DF3D94

Tints of Deep Cerise #DF3D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.12%

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

R = 51.62%
G = 14.12%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF3D94 (or 0xDF3D94) is known color: Deep Cerise. HEX triplet: DF, 3D and 94. RGB value is (223,61,148). Sum of RGB (Red+Green+Blue) = 223+61+148=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D94 is #20C26B. Grayscale: #777777. Windows color (decimal): -2146924 or 9715167. OLE color: 9715167.

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

Color convert

RGB 223 61 148 -
CMYK 0 0.73 0.34 0.13
HSL 327.78º 0.72% 0.56% -
HSV(B) 327.78º 0.73% 0.87% -
XYZ 37.45 21.16 30.13 -
YUV 119.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 223 61 148 0 0.73 0.34 0.13 327.78 0.72 0.56
Hex DF 3D 94 0 49 22 D 148 48 38
Octal 337 75 224 0 111 42 15 510 110 70
Binary 11011111 111101 10010100 0 1001001 100010 1101 101001000 1001000 111000

Color Harmonies of #DF3D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D94

Black with #DF3D94

Text Example


Text Example

White with #DF3D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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