Html Css Color HEX #DF326A Cerise

📋 copy color: '#DF326A'

red 223 ◦ green 50 ◦ blue 106

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

Shades of Cerise #DF326A

Tints of Cerise #DF326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 58.84%
G = 13.19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF326A (or 0xDF326A) is known color: Cerise. HEX triplet: DF, 32 and 6A. RGB value is (223,50,106). Sum of RGB (Red+Green+Blue) = 223+50+106=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF326A is #20CD95. Grayscale: #6C6C6C. Windows color (decimal): -2149782 or 6959839. OLE color: 6959839.

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

Color convert

RGB 223 50 106 -
CMYK 0 0.78 0.52 0.13
HSL 340.58º 0.73% 0.54% -
HSV(B) 340.58º 0.78% 0.87% -
XYZ 34.17 19.01 15.5 -
YUV 108.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 223 50 106 0 0.78 0.52 0.13 340.58 0.73 0.54
Hex DF 32 6A 0 4E 34 D 155 49 36
Octal 337 62 152 0 116 64 15 525 111 66
Binary 11011111 110010 1101010 0 1001110 110100 1101 101010101 1001001 110110

Color Harmonies of #DF326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF326A

Black with #DF326A

Text Example


Text Example

White with #DF326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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