Html Css Color HEX #DF3275 Cerise

📋 copy color: '#DF3275'

red 223 ◦ green 50 ◦ blue 117

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

Shades of Cerise #DF3275

Tints of Cerise #DF3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 57.18%
G = 12.82%
B = 30%

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

#DF3275 (or 0xDF3275) is known color: Cerise. HEX triplet: DF, 32 and 75. RGB value is (223,50,117). Sum of RGB (Red+Green+Blue) = 223+50+117=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3275 is #20CD8A. Grayscale: #6D6D6D. Windows color (decimal): -2149771 or 7680735. OLE color: 7680735.

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

Color convert

RGB 223 50 117 -
CMYK 0 0.78 0.48 0.13
HSL 336.76º 0.73% 0.54% -
HSV(B) 336.76º 0.78% 0.87% -
XYZ 34.78 19.25 18.71 -
YUV 109.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 223 50 117 0 0.78 0.48 0.13 336.76 0.73 0.54
Hex DF 32 75 0 4E 30 D 151 49 36
Octal 337 62 165 0 116 60 15 521 111 66
Binary 11011111 110010 1110101 0 1001110 110000 1101 101010001 1001001 110110

Color Harmonies of #DF3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3275

Black with #DF3275

Text Example


Text Example

White with #DF3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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