Html Css Color HEX #DF2F6E Cerise

📋 copy color: '#DF2F6E'

red 223 ◦ green 47 ◦ blue 110

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

Shades of Cerise #DF2F6E

Tints of Cerise #DF2F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.37%

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 58.68%
G = 12.37%
B = 28.95%

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

#DF2F6E (or 0xDF2F6E) is known color: Cerise. HEX triplet: DF, 2F and 6E. RGB value is (223,47,110). Sum of RGB (Red+Green+Blue) = 223+47+110=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F6E is #20D091. Grayscale: #6A6A6A. Windows color (decimal): -2150546 or 7221215. OLE color: 7221215.

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

Color convert

RGB 223 47 110 -
CMYK 0 0.79 0.51 0.13
HSL 338.52º 0.73% 0.53% -
HSV(B) 338.52º 0.79% 0.87% -
XYZ 34.26 18.85 16.58 -
YUV 106.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 223 47 110 0 0.79 0.51 0.13 338.52 0.73 0.53
Hex DF 2F 6E 0 4F 33 D 153 49 35
Octal 337 57 156 0 117 63 15 523 111 65
Binary 11011111 101111 1101110 0 1001111 110011 1101 101010011 1001001 110101

Color Harmonies of #DF2F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F6E

Black with #DF2F6E

Text Example


Text Example

White with #DF2F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F6E; }

 p { color: rgb(223,47,110); }

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

background-color css

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

 a { background-color: rgb(223,47,110); }

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

border-color css

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

 span { border-color: rgb(223,47,110); }

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