Html Css Color HEX #DF2D7A Deep Cerise

📋 copy color: '#DF2D7A'

red 223 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #DF2D7A

Tints of Deep Cerise #DF2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 57.18%
G = 11.54%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF2D7A (or 0xDF2D7A) is known color: Deep Cerise. HEX triplet: DF, 2D and 7A. RGB value is (223,45,122). Sum of RGB (Red+Green+Blue) = 223+45+122=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D7A is #20D285. Grayscale: #6A6A6A. Windows color (decimal): -2151046 or 8007135. OLE color: 8007135.

HSL color Cylindrical-coordinate representation of color #DF2D7A: hue angle of 334.04º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 122 -
CMYK 0 0.80 0.45 0.13
HSL 334.05º 0.74% 0.53% -
HSV(B) 334.05º 0.8% 0.87% -
XYZ 34.88 18.97 20.24 -
YUV 107 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 223 45 122 0 0.80 0.45 0.13 334.05 0.74 0.53
Hex DF 2D 7A 0 50 2D D 14E 4A 35
Octal 337 55 172 0 120 55 15 516 112 65
Binary 11011111 101101 1111010 0 1010000 101101 1101 101001110 1001010 110101

Color Harmonies of #DF2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D7A

Black with #DF2D7A

Text Example


Text Example

White with #DF2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D7A; }

 p { color: rgb(223,45,122); }

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

background-color css

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

 a { background-color: rgb(223,45,122); }

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

border-color css

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

 span { border-color: rgb(223,45,122); }

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