Html Css Color HEX #DF2FA1 Deep Cerise

📋 copy color: '#DF2FA1'

red 223 ◦ green 47 ◦ blue 161

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

Shades of Deep Cerise #DF2FA1

Tints of Deep Cerise #DF2FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.9%

 BLUE value IS 161 (63.28% from 255) = 37.35%

R = 51.74%
G = 10.9%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF2FA1 (or 0xDF2FA1) is known color: Deep Cerise. HEX triplet: DF, 2F and A1. RGB value is (223,47,161). Sum of RGB (Red+Green+Blue) = 223+47+161=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA1 is #20D05E. Grayscale: #707070. Windows color (decimal): -2150495 or 10563551. OLE color: 10563551.

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

Color convert

RGB 223 47 161 -
CMYK 0 0.79 0.28 0.13
HSL 321.14º 0.73% 0.53% -
HSV(B) 321.14º 0.79% 0.87% -
XYZ 37.88 20.29 35.64 -
YUV 112.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 223 47 161 0 0.79 0.28 0.13 321.14 0.73 0.53
Hex DF 2F A1 0 4F 1C D 141 49 35
Octal 337 57 241 0 117 34 15 501 111 65
Binary 11011111 101111 10100001 0 1001111 11100 1101 101000001 1001001 110101

Color Harmonies of #DF2FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FA1

Black with #DF2FA1

Text Example


Text Example

White with #DF2FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FA1; }

 p { color: rgb(223,47,161); }

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

background-color css

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

 a { background-color: rgb(223,47,161); }

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

border-color css

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

 span { border-color: rgb(223,47,161); }

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