Html Css Color HEX #DF2B83 Deep Cerise

📋 copy color: '#DF2B83'

red 223 ◦ green 43 ◦ blue 131

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

Shades of Deep Cerise #DF2B83

Tints of Deep Cerise #DF2B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 56.17%
G = 10.83%
B = 33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF2B83 (or 0xDF2B83) is known color: Deep Cerise. HEX triplet: DF, 2B and 83. RGB value is (223,43,131). Sum of RGB (Red+Green+Blue) = 223+43+131=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B83 is #20D47C. Grayscale: #6A6A6A. Windows color (decimal): -2151549 or 8596447. OLE color: 8596447.

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

Color convert

RGB 223 43 131 -
CMYK 0 0.81 0.41 0.13
HSL 330.67º 0.74% 0.52% -
HSV(B) 330.67º 0.81% 0.87% -
XYZ 35.39 19.05 23.29 -
YUV 106.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 223 43 131 0 0.81 0.41 0.13 330.67 0.74 0.52
Hex DF 2B 83 0 51 29 D 14B 4A 34
Octal 337 53 203 0 121 51 15 513 112 64
Binary 11011111 101011 10000011 0 1010001 101001 1101 101001011 1001010 110100

Color Harmonies of #DF2B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B83

Black with #DF2B83

Text Example


Text Example

White with #DF2B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B83; }

 p { color: rgb(223,43,131); }

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

background-color css

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

 a { background-color: rgb(223,43,131); }

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

border-color css

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

 span { border-color: rgb(223,43,131); }

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