Html Css Color HEX #DF2B75 Deep Cerise

📋 copy color: '#DF2B75'

red 223 ◦ green 43 ◦ blue 117

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

Shades of Deep Cerise #DF2B75

Tints of Deep Cerise #DF2B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 58.22%
G = 11.23%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2B75 (or 0xDF2B75) is known color: Deep Cerise. HEX triplet: DF, 2B and 75. RGB value is (223,43,117). Sum of RGB (Red+Green+Blue) = 223+43+117=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B75 is #20D48A. Grayscale: #696969. Windows color (decimal): -2151563 or 7678943. OLE color: 7678943.

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

Color convert

RGB 223 43 117 -
CMYK 0 0.81 0.48 0.13
HSL 335.33º 0.74% 0.52% -
HSV(B) 335.33º 0.81% 0.87% -
XYZ 34.51 18.7 18.62 -
YUV 105.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 223 43 117 0 0.81 0.48 0.13 335.33 0.74 0.52
Hex DF 2B 75 0 51 30 D 14F 4A 34
Octal 337 53 165 0 121 60 15 517 112 64
Binary 11011111 101011 1110101 0 1010001 110000 1101 101001111 1001010 110100

Color Harmonies of #DF2B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B75

Black with #DF2B75

Text Example


Text Example

White with #DF2B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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