Html Css Color HEX #DF305D Cerise

📋 copy color: '#DF305D'

red 223 ◦ green 48 ◦ blue 93

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

Shades of Cerise #DF305D

Tints of Cerise #DF305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 61.26%
G = 13.19%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF305D (or 0xDF305D) is known color: Cerise. HEX triplet: DF, 30 and 5D. RGB value is (223,48,93). Sum of RGB (Red+Green+Blue) = 223+48+93=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF305D is #20CFA2. Grayscale: #696969. Windows color (decimal): -2150307 or 6107359. OLE color: 6107359.

HSL color Cylindrical-coordinate representation of color #DF305D: hue angle of 344.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF305D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 93 -
CMYK 0 0.78 0.58 0.13
HSL 344.57º 0.73% 0.53% -
HSV(B) 344.57º 0.78% 0.87% -
XYZ 33.46 18.59 12.18 -
YUV 105.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 223 48 93 0 0.78 0.58 0.13 344.57 0.73 0.53
Hex DF 30 5D 0 4E 3A D 159 49 35
Octal 337 60 135 0 116 72 15 531 111 65
Binary 11011111 110000 1011101 0 1001110 111010 1101 101011001 1001001 110101

Color Harmonies of #DF305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF305D

Black with #DF305D

Text Example


Text Example

White with #DF305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF305D; }

 p { color: rgb(223,48,93); }

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

background-color css

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

 a { background-color: rgb(223,48,93); }

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

border-color css

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

 span { border-color: rgb(223,48,93); }

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