Html Css Color HEX #DF2A8D Deep Cerise

📋 copy color: '#DF2A8D'

red 223 ◦ green 42 ◦ blue 141

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

Shades of Deep Cerise #DF2A8D

Tints of Deep Cerise #DF2A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 54.93%
G = 10.34%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF2A8D (or 0xDF2A8D) is known color: Deep Cerise. HEX triplet: DF, 2A and 8D. RGB value is (223,42,141). Sum of RGB (Red+Green+Blue) = 223+42+141=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A8D is #20D572. Grayscale: #6B6B6B. Windows color (decimal): -2151795 or 9251551. OLE color: 9251551.

HSL color Cylindrical-coordinate representation of color #DF2A8D: hue angle of 327.18º 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 #DF2A8D is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 42 141 -
CMYK 0 0.81 0.37 0.13
HSL 327.18º 0.74% 0.52% -
HSV(B) 327.18º 0.81% 0.87% -
XYZ 36.07 19.27 27.02 -
YUV 107.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 223 42 141 0 0.81 0.37 0.13 327.18 0.74 0.52
Hex DF 2A 8D 0 51 25 D 147 4A 34
Octal 337 52 215 0 121 45 15 507 112 64
Binary 11011111 101010 10001101 0 1010001 100101 1101 101000111 1001010 110100

Color Harmonies of #DF2A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A8D

Black with #DF2A8D

Text Example


Text Example

White with #DF2A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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