Html Css Color HEX #DF3CA6 Deep Cerise

📋 copy color: '#DF3CA6'

red 223 ◦ green 60 ◦ blue 166

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

Shades of Deep Cerise #DF3CA6

Tints of Deep Cerise #DF3CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 49.67%
G = 13.36%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF3CA6 (or 0xDF3CA6) is known color: Deep Cerise. HEX triplet: DF, 3C and A6. RGB value is (223,60,166). Sum of RGB (Red+Green+Blue) = 223+60+166=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CA6 is #20C359. Grayscale: #787878. Windows color (decimal): -2147162 or 10894559. OLE color: 10894559.

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

Color convert

RGB 223 60 166 -
CMYK 0 0.73 0.26 0.13
HSL 320.98º 0.72% 0.55% -
HSV(B) 320.98º 0.73% 0.87% -
XYZ 38.93 21.67 38.21 -
YUV 120.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 223 60 166 0 0.73 0.26 0.13 320.98 0.72 0.55
Hex DF 3C A6 0 49 1A D 141 48 37
Octal 337 74 246 0 111 32 15 501 110 67
Binary 11011111 111100 10100110 0 1001001 11010 1101 101000001 1001000 110111

Color Harmonies of #DF3CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3CA6

Black with #DF3CA6

Text Example


Text Example

White with #DF3CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3CA6; }

 p { color: rgb(223,60,166); }

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

background-color css

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

 a { background-color: rgb(223,60,166); }

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

border-color css

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

 span { border-color: rgb(223,60,166); }

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