Html Css Color HEX #DF3266 Cerise

📋 copy color: '#DF3266'

red 223 ◦ green 50 ◦ blue 102

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

Shades of Cerise #DF3266

Tints of Cerise #DF3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 59.47%
G = 13.33%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF3266 (or 0xDF3266) is known color: Cerise. HEX triplet: DF, 32 and 66. RGB value is (223,50,102). Sum of RGB (Red+Green+Blue) = 223+50+102=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3266 is #20CD99. Grayscale: #6B6B6B. Windows color (decimal): -2149786 or 6697695. OLE color: 6697695.

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

Color convert

RGB 223 50 102 -
CMYK 0 0.78 0.54 0.13
HSL 341.97º 0.73% 0.54% -
HSV(B) 341.97º 0.78% 0.87% -
XYZ 33.97 18.93 14.43 -
YUV 107.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 223 50 102 0 0.78 0.54 0.13 341.97 0.73 0.54
Hex DF 32 66 0 4E 36 D 156 49 36
Octal 337 62 146 0 116 66 15 526 111 66
Binary 11011111 110010 1100110 0 1001110 110110 1101 101010110 1001001 110110

Color Harmonies of #DF3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3266

Black with #DF3266

Text Example


Text Example

White with #DF3266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3266; }

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

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

background-color css

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

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

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

border-color css

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

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

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