Html Css Color HEX #DF3864 Cerise

📋 copy color: '#DF3864'

red 223 ◦ green 56 ◦ blue 100

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

Shades of Cerise #DF3864

Tints of Cerise #DF3864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

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

R = 58.84%
G = 14.78%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF3864 (or 0xDF3864) is known color: Cerise. HEX triplet: DF, 38 and 64. RGB value is (223,56,100). Sum of RGB (Red+Green+Blue) = 223+56+100=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3864 is #20C79B. Grayscale: #6E6E6E. Windows color (decimal): -2148252 or 6568159. OLE color: 6568159.

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

Color convert

RGB 223 56 100 -
CMYK 0 0.75 0.55 0.13
HSL 344.19º 0.72% 0.55% -
HSV(B) 344.19º 0.75% 0.87% -
XYZ 34.15 19.44 14.01 -
YUV 110.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 223 56 100 0 0.75 0.55 0.13 344.19 0.72 0.55
Hex DF 38 64 0 4B 37 D 158 48 37
Octal 337 70 144 0 113 67 15 530 110 67
Binary 11011111 111000 1100100 0 1001011 110111 1101 101011000 1001000 110111

Color Harmonies of #DF3864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3864

Black with #DF3864

Text Example


Text Example

White with #DF3864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3864; }

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

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

background-color css

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

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

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

border-color css

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

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

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