Html Css Color HEX #DF3C64 Cerise

📋 copy color: '#DF3C64'

red 223 ◦ green 60 ◦ blue 100

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

Shades of Cerise #DF3C64

Tints of Cerise #DF3C64

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 58.22%
G = 15.67%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF3C64 (or 0xDF3C64) is known color: Cerise. HEX triplet: DF, 3C and 64. RGB value is (223,60,100). Sum of RGB (Red+Green+Blue) = 223+60+100=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C64 is #20C39B. Grayscale: #717171. Windows color (decimal): -2147228 or 6569183. OLE color: 6569183.

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

Color convert

RGB 223 60 100 -
CMYK 0 0.73 0.55 0.13
HSL 345.28º 0.72% 0.55% -
HSV(B) 345.28º 0.73% 0.87% -
XYZ 34.35 19.84 14.08 -
YUV 113.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 223 60 100 0 0.73 0.55 0.13 345.28 0.72 0.55
Hex DF 3C 64 0 49 37 D 159 48 37
Octal 337 74 144 0 111 67 15 531 110 67
Binary 11011111 111100 1100100 0 1001001 110111 1101 101011001 1001000 110111

Color Harmonies of #DF3C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C64

Black with #DF3C64

Text Example


Text Example

White with #DF3C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C64; }

 p { color: rgb(223,60,100); }

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

background-color css

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

 a { background-color: rgb(223,60,100); }

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

border-color css

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

 span { border-color: rgb(223,60,100); }

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