Html Css Color HEX #DF275C Cerise

📋 copy color: '#DF275C'

red 223 ◦ green 39 ◦ blue 92

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

Shades of Cerise #DF275C

Tints of Cerise #DF275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 62.99%
G = 11.02%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF275C (or 0xDF275C) is known color: Cerise. HEX triplet: DF, 27 and 5C. RGB value is (223,39,92). Sum of RGB (Red+Green+Blue) = 223+39+92=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF275C is #20D8A3. Grayscale: #646464. Windows color (decimal): -2152612 or 6039519. OLE color: 6039519.

HSL color Cylindrical-coordinate representation of color #DF275C: hue angle of 342.72º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF275C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 39 92 -
CMYK 0 0.83 0.59 0.13
HSL 342.72º 0.74% 0.51% -
HSV(B) 342.72º 0.83% 0.87% -
XYZ 33.09 17.91 11.84 -
YUV 100.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 223 39 92 0 0.83 0.59 0.13 342.72 0.74 0.51
Hex DF 27 5C 0 53 3B D 157 4A 33
Octal 337 47 134 0 123 73 15 527 112 63
Binary 11011111 100111 1011100 0 1010011 111011 1101 101010111 1001010 110011

Color Harmonies of #DF275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF275C

Black with #DF275C

Text Example


Text Example

White with #DF275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF275C; }

 p { color: rgb(223,39,92); }

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

background-color css

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

 a { background-color: rgb(223,39,92); }

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

border-color css

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

 span { border-color: rgb(223,39,92); }

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