Html Css Color HEX #DF255D Cerise

📋 copy color: '#DF255D'

red 223 ◦ green 37 ◦ blue 93

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

Shades of Cerise #DF255D

Tints of Cerise #DF255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 63.17%
G = 10.48%
B = 26.35%

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

#DF255D (or 0xDF255D) is known color: Cerise. HEX triplet: DF, 25 and 5D. RGB value is (223,37,93). Sum of RGB (Red+Green+Blue) = 223+37+93=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255D is #20DAA2. Grayscale: #626262. Windows color (decimal): -2153123 or 6104543. OLE color: 6104543.

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

Color convert

RGB 223 37 93 -
CMYK 0 0.83 0.58 0.13
HSL 341.94º 0.74% 0.51% -
HSV(B) 341.94º 0.83% 0.87% -
XYZ 33.07 17.8 12.05 -
YUV 99 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 223 37 93 0 0.83 0.58 0.13 341.94 0.74 0.51
Hex DF 25 5D 0 53 3A D 156 4A 33
Octal 337 45 135 0 123 72 15 526 112 63
Binary 11011111 100101 1011101 0 1010011 111010 1101 101010110 1001010 110011

Color Harmonies of #DF255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF255D

Black with #DF255D

Text Example


Text Example

White with #DF255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF255D; }

 p { color: rgb(223,37,93); }

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

background-color css

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

 a { background-color: rgb(223,37,93); }

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

border-color css

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

 span { border-color: rgb(223,37,93); }

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