Html Css Color HEX #DF265C Cerise

📋 copy color: '#DF265C'

red 223 ◦ green 38 ◦ blue 92

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

Shades of Cerise #DF265C

Tints of Cerise #DF265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

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

R = 63.17%
G = 10.76%
B = 26.06%

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

#DF265C (or 0xDF265C) is known color: Cerise. HEX triplet: DF, 26 and 5C. RGB value is (223,38,92). Sum of RGB (Red+Green+Blue) = 223+38+92=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF265C is #20D9A3. Grayscale: #636363. Windows color (decimal): -2152868 or 6039263. OLE color: 6039263.

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

Color convert

RGB 223 38 92 -
CMYK 0 0.83 0.59 0.13
HSL 342.49º 0.74% 0.51% -
HSV(B) 342.49º 0.83% 0.87% -
XYZ 33.06 17.85 11.83 -
YUV 99.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 223 38 92 0 0.83 0.59 0.13 342.49 0.74 0.51
Hex DF 26 5C 0 53 3B D 156 4A 33
Octal 337 46 134 0 123 73 15 526 112 63
Binary 11011111 100110 1011100 0 1010011 111011 1101 101010110 1001010 110011

Color Harmonies of #DF265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF265C

Black with #DF265C

Text Example


Text Example

White with #DF265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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