Html Css Color HEX #DF3472 Cerise

📋 copy color: '#DF3472'

red 223 ◦ green 52 ◦ blue 114

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

Shades of Cerise #DF3472

Tints of Cerise #DF3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 57.33%
G = 13.37%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF3472 (or 0xDF3472) is known color: Cerise. HEX triplet: DF, 34 and 72. RGB value is (223,52,114). Sum of RGB (Red+Green+Blue) = 223+52+114=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3472 is #20CB8D. Grayscale: #6E6E6E. Windows color (decimal): -2149262 or 7484639. OLE color: 7484639.

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

Color convert

RGB 223 52 114 -
CMYK 0 0.77 0.49 0.13
HSL 338.25º 0.73% 0.54% -
HSV(B) 338.25º 0.77% 0.87% -
XYZ 34.7 19.36 17.83 -
YUV 110.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 223 52 114 0 0.77 0.49 0.13 338.25 0.73 0.54
Hex DF 34 72 0 4D 31 D 152 49 36
Octal 337 64 162 0 115 61 15 522 111 66
Binary 11011111 110100 1110010 0 1001101 110001 1101 101010010 1001001 110110

Color Harmonies of #DF3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3472

Black with #DF3472

Text Example


Text Example

White with #DF3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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