Html Css Color HEX #DF3464 Cerise

📋 copy color: '#DF3464'

red 223 ◦ green 52 ◦ blue 100

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

Shades of Cerise #DF3464

Tints of Cerise #DF3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 59.47%
G = 13.87%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF3464 (or 0xDF3464) is known color: Cerise. HEX triplet: DF, 34 and 64. RGB value is (223,52,100). Sum of RGB (Red+Green+Blue) = 223+52+100=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3464 is #20CB9B. Grayscale: #6C6C6C. Windows color (decimal): -2149276 or 6567135. OLE color: 6567135.

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

Color convert

RGB 223 52 100 -
CMYK 0 0.77 0.55 0.13
HSL 343.16º 0.73% 0.54% -
HSV(B) 343.16º 0.77% 0.87% -
XYZ 33.96 19.06 13.95 -
YUV 108.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 223 52 100 0 0.77 0.55 0.13 343.16 0.73 0.54
Hex DF 34 64 0 4D 37 D 157 49 36
Octal 337 64 144 0 115 67 15 527 111 66
Binary 11011111 110100 1100100 0 1001101 110111 1101 101010111 1001001 110110

Color Harmonies of #DF3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3464

Black with #DF3464

Text Example


Text Example

White with #DF3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3464; }

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

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

background-color css

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

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

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

border-color css

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

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

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