Html Css Color HEX #DF2F65 Cerise

📋 copy color: '#DF2F65'

red 223 ◦ green 47 ◦ blue 101

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

Shades of Cerise #DF2F65

Tints of Cerise #DF2F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 60.11%
G = 12.67%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF2F65 (or 0xDF2F65) is known color: Cerise. HEX triplet: DF, 2F and 65. RGB value is (223,47,101). Sum of RGB (Red+Green+Blue) = 223+47+101=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2F65 is #20D09A. Grayscale: #696969. Windows color (decimal): -2150555 or 6631391. OLE color: 6631391.

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

Color convert

RGB 223 47 101 -
CMYK 0 0.79 0.55 0.13
HSL 341.59º 0.73% 0.53% -
HSV(B) 341.59º 0.79% 0.87% -
XYZ 33.8 18.66 14.13 -
YUV 105.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 223 47 101 0 0.79 0.55 0.13 341.59 0.73 0.53
Hex DF 2F 65 0 4F 37 D 156 49 35
Octal 337 57 145 0 117 67 15 526 111 65
Binary 11011111 101111 1100101 0 1001111 110111 1101 101010110 1001001 110101

Color Harmonies of #DF2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F65

Black with #DF2F65

Text Example


Text Example

White with #DF2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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