Html Css Color HEX #DF2D8B Deep Cerise

📋 copy color: '#DF2D8B'

red 223 ◦ green 45 ◦ blue 139

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

Shades of Deep Cerise #DF2D8B

Tints of Deep Cerise #DF2D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 54.79%
G = 11.06%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF2D8B (or 0xDF2D8B) is known color: Deep Cerise. HEX triplet: DF, 2D and 8B. RGB value is (223,45,139). Sum of RGB (Red+Green+Blue) = 223+45+139=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D8B is #20D274. Grayscale: #6C6C6C. Windows color (decimal): -2151029 or 9121247. OLE color: 9121247.

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

Color convert

RGB 223 45 139 -
CMYK 0 0.80 0.38 0.13
HSL 328.31º 0.74% 0.53% -
HSV(B) 328.31º 0.8% 0.87% -
XYZ 36.03 19.43 26.28 -
YUV 108.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 223 45 139 0 0.80 0.38 0.13 328.31 0.74 0.53
Hex DF 2D 8B 0 50 26 D 148 4A 35
Octal 337 55 213 0 120 46 15 510 112 65
Binary 11011111 101101 10001011 0 1010000 100110 1101 101001000 1001010 110101

Color Harmonies of #DF2D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D8B

Black with #DF2D8B

Text Example


Text Example

White with #DF2D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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