Html Css Color HEX #DF3064 Cerise

📋 copy color: '#DF3064'

red 223 ◦ green 48 ◦ blue 100

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

Shades of Cerise #DF3064

Tints of Cerise #DF3064

RGB

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

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

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

R = 60.11%
G = 12.94%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF3064 (or 0xDF3064) is known color: Cerise. HEX triplet: DF, 30 and 64. RGB value is (223,48,100). Sum of RGB (Red+Green+Blue) = 223+48+100=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3064 is #20CF9B. Grayscale: #6A6A6A. Windows color (decimal): -2150300 or 6566111. OLE color: 6566111.

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

Color convert

RGB 223 48 100 -
CMYK 0 0.78 0.55 0.13
HSL 342.17º 0.73% 0.53% -
HSV(B) 342.17º 0.78% 0.87% -
XYZ 33.79 18.72 13.89 -
YUV 106.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 223 48 100 0 0.78 0.55 0.13 342.17 0.73 0.53
Hex DF 30 64 0 4E 37 D 156 49 35
Octal 337 60 144 0 116 67 15 526 111 65
Binary 11011111 110000 1100100 0 1001110 110111 1101 101010110 1001001 110101

Color Harmonies of #DF3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3064

Black with #DF3064

Text Example


Text Example

White with #DF3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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