Html Css Color HEX #DF2D8D Deep Cerise

📋 copy color: '#DF2D8D'

red 223 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #DF2D8D

Tints of Deep Cerise #DF2D8D

RGB

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

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

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

R = 54.52%
G = 11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF2D8D (or 0xDF2D8D) is known color: Deep Cerise. HEX triplet: DF, 2D and 8D. RGB value is (223,45,141). Sum of RGB (Red+Green+Blue) = 223+45+141=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D8D is #20D272. Grayscale: #6C6C6C. Windows color (decimal): -2151027 or 9252319. OLE color: 9252319.

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

Color convert

RGB 223 45 141 -
CMYK 0 0.80 0.37 0.13
HSL 327.64º 0.74% 0.53% -
HSV(B) 327.64º 0.8% 0.87% -
XYZ 36.18 19.49 27.05 -
YUV 109.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 223 45 141 0 0.80 0.37 0.13 327.64 0.74 0.53
Hex DF 2D 8D 0 50 25 D 148 4A 35
Octal 337 55 215 0 120 45 15 510 112 65
Binary 11011111 101101 10001101 0 1010000 100101 1101 101001000 1001010 110101

Color Harmonies of #DF2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D8D

Black with #DF2D8D

Text Example


Text Example

White with #DF2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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