Html Css Color HEX #DF3F8C Deep Cerise

📋 copy color: '#DF3F8C'

red 223 ◦ green 63 ◦ blue 140

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

Shades of Deep Cerise #DF3F8C

Tints of Deep Cerise #DF3F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 52.35%
G = 14.79%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF3F8C (or 0xDF3F8C) is known color: Deep Cerise. HEX triplet: DF, 3F and 8C. RGB value is (223,63,140). Sum of RGB (Red+Green+Blue) = 223+63+140=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F8C is #20C073. Grayscale: #777777. Windows color (decimal): -2146420 or 9191391. OLE color: 9191391.

HSL color Cylindrical-coordinate representation of color #DF3F8C: hue angle of 331.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 #DF3F8C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 140 -
CMYK 0 0.72 0.37 0.13
HSL 331.13º 0.71% 0.56% -
HSV(B) 331.13º 0.72% 0.87% -
XYZ 36.94 21.14 26.94 -
YUV 119.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 223 63 140 0 0.72 0.37 0.13 331.13 0.71 0.56
Hex DF 3F 8C 0 48 25 D 14B 47 38
Octal 337 77 214 0 110 45 15 513 107 70
Binary 11011111 111111 10001100 0 1001000 100101 1101 101001011 1000111 111000

Color Harmonies of #DF3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F8C

Black with #DF3F8C

Text Example


Text Example

White with #DF3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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