Html Css Color HEX #DE415D Cerise

📋 copy color: '#DE415D'

red 222 ◦ green 65 ◦ blue 93

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

Shades of Cerise #DE415D

Tints of Cerise #DE415D

RGB

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

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

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

R = 58.42%
G = 17.11%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE415D (or 0xDE415D) is known color: Cerise. HEX triplet: DE, 41 and 5D. RGB value is (222,65,93). Sum of RGB (Red+Green+Blue) = 222+65+93=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE415D is #21BEA2. Grayscale: #737373. Windows color (decimal): -2211491 or 6111710. OLE color: 6111710.

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

Color convert

RGB 222 65 93 -
CMYK 0 0.71 0.58 0.13
HSL 349.3º 0.7% 0.56% -
HSV(B) 349.3º 0.71% 0.87% -
XYZ 33.99 20.1 12.44 -
YUV 115.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 222 65 93 0 0.71 0.58 0.13 349.3 0.7 0.56
Hex DE 41 5D 0 47 3A D 15D 46 38
Octal 336 101 135 0 107 72 15 535 106 70
Binary 11011110 1000001 1011101 0 1000111 111010 1101 101011101 1000110 111000

Color Harmonies of #DE415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE415D

Black with #DE415D

Text Example


Text Example

White with #DE415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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