Html Css Color HEX #DF2E74 Cerise

📋 copy color: '#DF2E74'

red 223 ◦ green 46 ◦ blue 116

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

Shades of Cerise #DF2E74

Tints of Cerise #DF2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 57.92%
G = 11.95%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2E74 (or 0xDF2E74) is known color: Cerise. HEX triplet: DF, 2E and 74. RGB value is (223,46,116). Sum of RGB (Red+Green+Blue) = 223+46+116=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2E74 is #20D18B. Grayscale: #6A6A6A. Windows color (decimal): -2150796 or 7614175. OLE color: 7614175.

HSL color Cylindrical-coordinate representation of color #DF2E74: hue angle of 336.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E74 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 116 -
CMYK 0 0.79 0.48 0.13
HSL 336.27º 0.73% 0.53% -
HSV(B) 336.27º 0.79% 0.87% -
XYZ 34.56 18.9 18.35 -
YUV 106.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 223 46 116 0 0.79 0.48 0.13 336.27 0.73 0.53
Hex DF 2E 74 0 4F 30 D 150 49 35
Octal 337 56 164 0 117 60 15 520 111 65
Binary 11011111 101110 1110100 0 1001111 110000 1101 101010000 1001001 110101

Color Harmonies of #DF2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E74

Black with #DF2E74

Text Example


Text Example

White with #DF2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E74; }

 p { color: rgb(223,46,116); }

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

background-color css

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

 a { background-color: rgb(223,46,116); }

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

border-color css

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

 span { border-color: rgb(223,46,116); }

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