Html Css Color HEX #DF2A7D Deep Cerise

📋 copy color: '#DF2A7D'

red 223 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #DF2A7D

Tints of Deep Cerise #DF2A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 57.18%
G = 10.77%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF2A7D (or 0xDF2A7D) is known color: Deep Cerise. HEX triplet: DF, 2A and 7D. RGB value is (223,42,125). Sum of RGB (Red+Green+Blue) = 223+42+125=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A7D is #20D582. Grayscale: #696969. Windows color (decimal): -2151811 or 8202975. OLE color: 8202975.

HSL color Cylindrical-coordinate representation of color #DF2A7D: hue angle of 332.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A7D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 42 125 -
CMYK 0 0.81 0.44 0.13
HSL 332.49º 0.74% 0.52% -
HSV(B) 332.49º 0.81% 0.87% -
XYZ 34.96 18.82 21.19 -
YUV 105.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 223 42 125 0 0.81 0.44 0.13 332.49 0.74 0.52
Hex DF 2A 7D 0 51 2C D 14C 4A 34
Octal 337 52 175 0 121 54 15 514 112 64
Binary 11011111 101010 1111101 0 1010001 101100 1101 101001100 1001010 110100

Color Harmonies of #DF2A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A7D

Black with #DF2A7D

Text Example


Text Example

White with #DF2A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A7D; }

 p { color: rgb(223,42,125); }

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

background-color css

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

 a { background-color: rgb(223,42,125); }

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

border-color css

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

 span { border-color: rgb(223,42,125); }

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