Html Css Color HEX #DF2B89 Deep Cerise

📋 copy color: '#DF2B89'

red 223 ◦ green 43 ◦ blue 137

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

Shades of Deep Cerise #DF2B89

Tints of Deep Cerise #DF2B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34%

R = 55.33%
G = 10.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF2B89 (or 0xDF2B89) is known color: Deep Cerise. HEX triplet: DF, 2B and 89. RGB value is (223,43,137). Sum of RGB (Red+Green+Blue) = 223+43+137=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B89 is #20D476. Grayscale: #6B6B6B. Windows color (decimal): -2151543 or 8989663. OLE color: 8989663.

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

Color convert

RGB 223 43 137 -
CMYK 0 0.81 0.39 0.13
HSL 328.67º 0.74% 0.52% -
HSV(B) 328.67º 0.81% 0.87% -
XYZ 35.81 19.22 25.49 -
YUV 107.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 223 43 137 0 0.81 0.39 0.13 328.67 0.74 0.52
Hex DF 2B 89 0 51 27 D 149 4A 34
Octal 337 53 211 0 121 47 15 511 112 64
Binary 11011111 101011 10001001 0 1010001 100111 1101 101001001 1001010 110100

Color Harmonies of #DF2B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B89

Black with #DF2B89

Text Example


Text Example

White with #DF2B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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