Html Css Color HEX #DF2E6D Cerise

📋 copy color: '#DF2E6D'

red 223 ◦ green 46 ◦ blue 109

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

Shades of Cerise #DF2E6D

Tints of Cerise #DF2E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 58.99%
G = 12.17%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF2E6D (or 0xDF2E6D) is known color: Cerise. HEX triplet: DF, 2E and 6D. RGB value is (223,46,109). Sum of RGB (Red+Green+Blue) = 223+46+109=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2E6D is #20D192. Grayscale: #6A6A6A. Windows color (decimal): -2150803 or 7155423. OLE color: 7155423.

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

Color convert

RGB 223 46 109 -
CMYK 0 0.79 0.51 0.13
HSL 338.64º 0.73% 0.53% -
HSV(B) 338.64º 0.79% 0.87% -
XYZ 34.17 18.75 16.29 -
YUV 106.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 223 46 109 0 0.79 0.51 0.13 338.64 0.73 0.53
Hex DF 2E 6D 0 4F 33 D 153 49 35
Octal 337 56 155 0 117 63 15 523 111 65
Binary 11011111 101110 1101101 0 1001111 110011 1101 101010011 1001001 110101

Color Harmonies of #DF2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E6D

Black with #DF2E6D

Text Example


Text Example

White with #DF2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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