Html Css Color HEX #DF40AA Deep Cerise

📋 copy color: '#DF40AA'

red 223 ◦ green 64 ◦ blue 170

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

Shades of Deep Cerise #DF40AA

Tints of Deep Cerise #DF40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 48.8%
G = 14%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF40AA (or 0xDF40AA) is known color: Deep Cerise. HEX triplet: DF, 40 and AA. RGB value is (223,64,170). Sum of RGB (Red+Green+Blue) = 223+64+170=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40AA is #20BF55. Grayscale: #7B7B7B. Windows color (decimal): -2146134 or 11157727. OLE color: 11157727.

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

Color convert

RGB 223 64 170 -
CMYK 0 0.71 0.24 0.13
HSL 320º 0.71% 0.56% -
HSV(B) 320º 0.71% 0.87% -
XYZ 39.52 22.26 40.24 -
YUV 123.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 223 64 170 0 0.71 0.24 0.13 320 0.71 0.56
Hex DF 40 AA 0 47 18 D 140 47 38
Octal 337 100 252 0 107 30 15 500 107 70
Binary 11011111 1000000 10101010 0 1000111 11000 1101 101000000 1000111 111000

Color Harmonies of #DF40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40AA

Black with #DF40AA

Text Example


Text Example

White with #DF40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40AA; }

 p { color: rgb(223,64,170); }

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

background-color css

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

 a { background-color: rgb(223,64,170); }

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

border-color css

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

 span { border-color: rgb(223,64,170); }

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