Html Css Color HEX #DF3264 Cerise

📋 copy color: '#DF3264'

red 223 ◦ green 50 ◦ blue 100

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

Shades of Cerise #DF3264

Tints of Cerise #DF3264

RGB

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

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

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

R = 59.79%
G = 13.4%
B = 26.81%

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

#DF3264 (or 0xDF3264) is known color: Cerise. HEX triplet: DF, 32 and 64. RGB value is (223,50,100). Sum of RGB (Red+Green+Blue) = 223+50+100=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3264 is #20CD9B. Grayscale: #6B6B6B. Windows color (decimal): -2149788 or 6566623. OLE color: 6566623.

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

Color convert

RGB 223 50 100 -
CMYK 0 0.78 0.55 0.13
HSL 342.66º 0.73% 0.54% -
HSV(B) 342.66º 0.78% 0.87% -
XYZ 33.87 18.89 13.92 -
YUV 107.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 223 50 100 0 0.78 0.55 0.13 342.66 0.73 0.54
Hex DF 32 64 0 4E 37 D 157 49 36
Octal 337 62 144 0 116 67 15 527 111 66
Binary 11011111 110010 1100100 0 1001110 110111 1101 101010111 1001001 110110

Color Harmonies of #DF3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3264

Black with #DF3264

Text Example


Text Example

White with #DF3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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