Html Css Color HEX #DF3269 Cerise

📋 copy color: '#DF3269'

red 223 ◦ green 50 ◦ blue 105

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

Shades of Cerise #DF3269

Tints of Cerise #DF3269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 58.99%
G = 13.23%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF3269 (or 0xDF3269) is known color: Cerise. HEX triplet: DF, 32 and 69. RGB value is (223,50,105). Sum of RGB (Red+Green+Blue) = 223+50+105=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3269 is #20CD96. Grayscale: #6B6B6B. Windows color (decimal): -2149783 or 6894303. OLE color: 6894303.

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

Color convert

RGB 223 50 105 -
CMYK 0 0.78 0.53 0.13
HSL 340.92º 0.73% 0.54% -
HSV(B) 340.92º 0.78% 0.87% -
XYZ 34.12 18.99 15.23 -
YUV 108 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 223 50 105 0 0.78 0.53 0.13 340.92 0.73 0.54
Hex DF 32 69 0 4E 35 D 155 49 36
Octal 337 62 151 0 116 65 15 525 111 66
Binary 11011111 110010 1101001 0 1001110 110101 1101 101010101 1001001 110110

Color Harmonies of #DF3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3269

Black with #DF3269

Text Example


Text Example

White with #DF3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3269; }

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

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

background-color css

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

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

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

border-color css

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

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

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