Html Css Color HEX #DF275E Cerise

📋 copy color: '#DF275E'

red 223 ◦ green 39 ◦ blue 94

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

Shades of Cerise #DF275E

Tints of Cerise #DF275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 62.64%
G = 10.96%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF275E (or 0xDF275E) is known color: Cerise. HEX triplet: DF, 27 and 5E. RGB value is (223,39,94). Sum of RGB (Red+Green+Blue) = 223+39+94=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF275E is #20D8A1. Grayscale: #646464. Windows color (decimal): -2152610 or 6170591. OLE color: 6170591.

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

Color convert

RGB 223 39 94 -
CMYK 0 0.83 0.58 0.13
HSL 342.07º 0.74% 0.51% -
HSV(B) 342.07º 0.83% 0.87% -
XYZ 33.18 17.95 12.31 -
YUV 100.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 223 39 94 0 0.83 0.58 0.13 342.07 0.74 0.51
Hex DF 27 5E 0 53 3A D 156 4A 33
Octal 337 47 136 0 123 72 15 526 112 63
Binary 11011111 100111 1011110 0 1010011 111010 1101 101010110 1001010 110011

Color Harmonies of #DF275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF275E

Black with #DF275E

Text Example


Text Example

White with #DF275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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