Html Css Color HEX #DE415B Cerise

📋 copy color: '#DE415B'

red 222 ◦ green 65 ◦ blue 91

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

Shades of Cerise #DE415B

Tints of Cerise #DE415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 58.73%
G = 17.2%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE415B (or 0xDE415B) is known color: Cerise. HEX triplet: DE, 41 and 5B. RGB value is (222,65,91). Sum of RGB (Red+Green+Blue) = 222+65+91=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE415B is #21BEA4. Grayscale: #727272. Windows color (decimal): -2211493 or 5980638. OLE color: 5980638.

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

Color convert

RGB 222 65 91 -
CMYK 0 0.71 0.59 0.13
HSL 350.06º 0.7% 0.56% -
HSV(B) 350.06º 0.71% 0.87% -
XYZ 33.9 20.07 11.98 -
YUV 114.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 222 65 91 0 0.71 0.59 0.13 350.06 0.7 0.56
Hex DE 41 5B 0 47 3B D 15E 46 38
Octal 336 101 133 0 107 73 15 536 106 70
Binary 11011110 1000001 1011011 0 1000111 111011 1101 101011110 1000110 111000

Color Harmonies of #DE415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE415B

Black with #DE415B

Text Example


Text Example

White with #DE415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE415B; }

 p { color: rgb(222,65,91); }

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

background-color css

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

 a { background-color: rgb(222,65,91); }

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

border-color css

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

 span { border-color: rgb(222,65,91); }

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