Html Css Color HEX #DF326F Cerise

📋 copy color: '#DF326F'

red 223 ◦ green 50 ◦ blue 111

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

Shades of Cerise #DF326F

Tints of Cerise #DF326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 58.07%
G = 13.02%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF326F (or 0xDF326F) is known color: Cerise. HEX triplet: DF, 32 and 6F. RGB value is (223,50,111). Sum of RGB (Red+Green+Blue) = 223+50+111=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF326F is #20CD90. Grayscale: #6C6C6C. Windows color (decimal): -2149777 or 7287519. OLE color: 7287519.

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

Color convert

RGB 223 50 111 -
CMYK 0 0.78 0.50 0.13
HSL 338.84º 0.73% 0.54% -
HSV(B) 338.84º 0.78% 0.87% -
XYZ 34.44 19.12 16.91 -
YUV 108.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 223 50 111 0 0.78 0.50 0.13 338.84 0.73 0.54
Hex DF 32 6F 0 4E 32 D 153 49 36
Octal 337 62 157 0 116 62 15 523 111 66
Binary 11011111 110010 1101111 0 1001110 110010 1101 101010011 1001001 110110

Color Harmonies of #DF326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF326F

Black with #DF326F

Text Example


Text Example

White with #DF326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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