Html Css Color HEX #DF3074 Cerise

📋 copy color: '#DF3074'

red 223 ◦ green 48 ◦ blue 116

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

Shades of Cerise #DF3074

Tints of Cerise #DF3074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 57.62%
G = 12.4%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF3074 (or 0xDF3074) is known color: Cerise. HEX triplet: DF, 30 and 74. RGB value is (223,48,116). Sum of RGB (Red+Green+Blue) = 223+48+116=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3074 is #20CF8B. Grayscale: #6B6B6B. Windows color (decimal): -2150284 or 7614687. OLE color: 7614687.

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

Color convert

RGB 223 48 116 -
CMYK 0 0.78 0.48 0.13
HSL 336.69º 0.73% 0.53% -
HSV(B) 336.69º 0.78% 0.87% -
XYZ 34.64 19.06 18.38 -
YUV 108.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 223 48 116 0 0.78 0.48 0.13 336.69 0.73 0.53
Hex DF 30 74 0 4E 30 D 151 49 35
Octal 337 60 164 0 116 60 15 521 111 65
Binary 11011111 110000 1110100 0 1001110 110000 1101 101010001 1001001 110101

Color Harmonies of #DF3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3074

Black with #DF3074

Text Example


Text Example

White with #DF3074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3074; }

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

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

background-color css

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

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

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

border-color css

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

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

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