Html Css Color HEX #DF408A Deep Cerise

📋 copy color: '#DF408A'

red 223 ◦ green 64 ◦ blue 138

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

Shades of Deep Cerise #DF408A

Tints of Deep Cerise #DF408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 52.47%
G = 15.06%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF408A (or 0xDF408A) is known color: Deep Cerise. HEX triplet: DF, 40 and 8A. RGB value is (223,64,138). Sum of RGB (Red+Green+Blue) = 223+64+138=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF408A is #20BF75. Grayscale: #777777. Windows color (decimal): -2146166 or 9060575. OLE color: 9060575.

HSL color Cylindrical-coordinate representation of color #DF408A: hue angle of 332.08º 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 #DF408A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 138 -
CMYK 0 0.71 0.38 0.13
HSL 332.08º 0.71% 0.56% -
HSV(B) 332.08º 0.71% 0.87% -
XYZ 36.85 21.19 26.19 -
YUV 119.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 223 64 138 0 0.71 0.38 0.13 332.08 0.71 0.56
Hex DF 40 8A 0 47 26 D 14C 47 38
Octal 337 100 212 0 107 46 15 514 107 70
Binary 11011111 1000000 10001010 0 1000111 100110 1101 101001100 1000111 111000

Color Harmonies of #DF408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF408A

Black with #DF408A

Text Example


Text Example

White with #DF408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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