Html Css Color HEX #DF3DA5 Deep Cerise

📋 copy color: '#DF3DA5'

red 223 ◦ green 61 ◦ blue 165

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

Shades of Deep Cerise #DF3DA5

Tints of Deep Cerise #DF3DA5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.59%

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 49.67%
G = 13.59%
B = 36.75%

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

#DF3DA5 (or 0xDF3DA5) is known color: Deep Cerise. HEX triplet: DF, 3D and A5. RGB value is (223,61,165). Sum of RGB (Red+Green+Blue) = 223+61+165=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DA5 is #20C25A. Grayscale: #797979. Windows color (decimal): -2146907 or 10829279. OLE color: 10829279.

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

Color convert

RGB 223 61 165 -
CMYK 0 0.73 0.26 0.13
HSL 321.48º 0.72% 0.56% -
HSV(B) 321.48º 0.73% 0.87% -
XYZ 38.89 21.74 37.74 -
YUV 121.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 223 61 165 0 0.73 0.26 0.13 321.48 0.72 0.56
Hex DF 3D A5 0 49 1A D 141 48 38
Octal 337 75 245 0 111 32 15 501 110 70
Binary 11011111 111101 10100101 0 1001001 11010 1101 101000001 1001000 111000

Color Harmonies of #DF3DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3DA5

Black with #DF3DA5

Text Example


Text Example

White with #DF3DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3DA5; }

 p { color: rgb(223,61,165); }

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

background-color css

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

 a { background-color: rgb(223,61,165); }

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

border-color css

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

 span { border-color: rgb(223,61,165); }

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