Html Css Color HEX #DF305A Cerise

📋 copy color: '#DF305A'

red 223 ◦ green 48 ◦ blue 90

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

Shades of Cerise #DF305A

Tints of Cerise #DF305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 61.77%
G = 13.3%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF305A (or 0xDF305A) is known color: Cerise. HEX triplet: DF, 30 and 5A. RGB value is (223,48,90). Sum of RGB (Red+Green+Blue) = 223+48+90=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF305A is #20CFA5. Grayscale: #696969. Windows color (decimal): -2150310 or 5910751. OLE color: 5910751.

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

Color convert

RGB 223 48 90 -
CMYK 0 0.78 0.60 0.13
HSL 345.6º 0.73% 0.53% -
HSV(B) 345.6º 0.78% 0.87% -
XYZ 33.33 18.54 11.49 -
YUV 105.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 223 48 90 0 0.78 0.60 0.13 345.6 0.73 0.53
Hex DF 30 5A 0 4E 3C D 15A 49 35
Octal 337 60 132 0 116 74 15 532 111 65
Binary 11011111 110000 1011010 0 1001110 111100 1101 101011010 1001001 110101

Color Harmonies of #DF305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF305A

Black with #DF305A

Text Example


Text Example

White with #DF305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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