Html Css Color HEX #DE265D Cerise

📋 copy color: '#DE265D'

red 222 ◦ green 38 ◦ blue 93

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

Shades of Cerise #DE265D

Tints of Cerise #DE265D

RGB

 RED value IS 222 (87.11% from 255) = 62.89%

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

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

R = 62.89%
G = 10.76%
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

#DE265D (or 0xDE265D) is known color: Cerise. HEX triplet: DE, 26 and 5D. RGB value is (222,38,93). Sum of RGB (Red+Green+Blue) = 222+38+93=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE265D is #21D9A2. Grayscale: #636363. Windows color (decimal): -2218403 or 6104798. OLE color: 6104798.

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

Color convert

RGB 222 38 93 -
CMYK 0 0.83 0.58 0.13
HSL 342.07º 0.74% 0.51% -
HSV(B) 342.07º 0.83% 0.87% -
XYZ 32.79 17.71 12.05 -
YUV 99.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 222 38 93 0 0.83 0.58 0.13 342.07 0.74 0.51
Hex DE 26 5D 0 53 3A D 156 4A 33
Octal 336 46 135 0 123 72 15 526 112 63
Binary 11011110 100110 1011101 0 1010011 111010 1101 101010110 1001010 110011

Color Harmonies of #DE265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE265D

Black with #DE265D

Text Example


Text Example

White with #DE265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE265D; }

 p { color: rgb(222,38,93); }

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

background-color css

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

 a { background-color: rgb(222,38,93); }

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

border-color css

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

 span { border-color: rgb(222,38,93); }

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