Html Css Color HEX #DF3075 Cerise

📋 copy color: '#DF3075'

red 223 ◦ green 48 ◦ blue 117

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

Shades of Cerise #DF3075

Tints of Cerise #DF3075

RGB

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

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

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

R = 57.47%
G = 12.37%
B = 30.15%

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

#DF3075 (or 0xDF3075) is known color: Cerise. HEX triplet: DF, 30 and 75. RGB value is (223,48,117). Sum of RGB (Red+Green+Blue) = 223+48+117=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3075 is #20CF8A. Grayscale: #6C6C6C. Windows color (decimal): -2150283 or 7680223. OLE color: 7680223.

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

Color convert

RGB 223 48 117 -
CMYK 0 0.78 0.48 0.13
HSL 336.34º 0.73% 0.53% -
HSV(B) 336.34º 0.78% 0.87% -
XYZ 34.7 19.09 18.68 -
YUV 108.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 223 48 117 0 0.78 0.48 0.13 336.34 0.73 0.53
Hex DF 30 75 0 4E 30 D 150 49 35
Octal 337 60 165 0 116 60 15 520 111 65
Binary 11011111 110000 1110101 0 1001110 110000 1101 101010000 1001001 110101

Color Harmonies of #DF3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3075

Black with #DF3075

Text Example


Text Example

White with #DF3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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