Html Css Color HEX #DF4385 Deep Cerise

📋 copy color: '#DF4385'

red 223 ◦ green 67 ◦ blue 133

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

Shades of Deep Cerise #DF4385

Tints of Deep Cerise #DF4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 52.72%
G = 15.84%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF4385 (or 0xDF4385) is known color: Deep Cerise. HEX triplet: DF, 43 and 85. RGB value is (223,67,133). Sum of RGB (Red+Green+Blue) = 223+67+133=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4385 is #20BC7A. Grayscale: #797979. Windows color (decimal): -2145403 or 8733663. OLE color: 8733663.

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

Color convert

RGB 223 67 133 -
CMYK 0 0.70 0.40 0.13
HSL 334.62º 0.71% 0.57% -
HSV(B) 334.62º 0.7% 0.87% -
XYZ 36.67 21.4 24.39 -
YUV 121.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 223 67 133 0 0.70 0.40 0.13 334.62 0.71 0.57
Hex DF 43 85 0 46 28 D 14F 47 39
Octal 337 103 205 0 106 50 15 517 107 71
Binary 11011111 1000011 10000101 0 1000110 101000 1101 101001111 1000111 111001

Color Harmonies of #DF4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4385

Black with #DF4385

Text Example


Text Example

White with #DF4385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4385; }

 p { color: rgb(223,67,133); }

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

background-color css

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

 a { background-color: rgb(223,67,133); }

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

border-color css

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

 span { border-color: rgb(223,67,133); }

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