Html Css Color HEX #DF3469 Cerise

📋 copy color: '#DF3469'

red 223 ◦ green 52 ◦ blue 105

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

Shades of Cerise #DF3469

Tints of Cerise #DF3469

RGB

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

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

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

R = 58.68%
G = 13.68%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF3469 (or 0xDF3469) is known color: Cerise. HEX triplet: DF, 34 and 69. RGB value is (223,52,105). Sum of RGB (Red+Green+Blue) = 223+52+105=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3469 is #20CB96. Grayscale: #6D6D6D. Windows color (decimal): -2149271 or 6894815. OLE color: 6894815.

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

Color convert

RGB 223 52 105 -
CMYK 0 0.77 0.53 0.13
HSL 341.4º 0.73% 0.54% -
HSV(B) 341.4º 0.77% 0.87% -
XYZ 34.21 19.16 15.26 -
YUV 109.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 223 52 105 0 0.77 0.53 0.13 341.4 0.73 0.54
Hex DF 34 69 0 4D 35 D 155 49 36
Octal 337 64 151 0 115 65 15 525 111 66
Binary 11011111 110100 1101001 0 1001101 110101 1101 101010101 1001001 110110

Color Harmonies of #DF3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3469

Black with #DF3469

Text Example


Text Example

White with #DF3469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3469; }

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

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

background-color css

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

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

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

border-color css

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

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

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