Html Css Color HEX #DE415C Cerise

📋 copy color: '#DE415C'

red 222 ◦ green 65 ◦ blue 92

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

Shades of Cerise #DE415C

Tints of Cerise #DE415C

RGB

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

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

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

R = 58.58%
G = 17.15%
B = 24.27%

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

#DE415C (or 0xDE415C) is known color: Cerise. HEX triplet: DE, 41 and 5C. RGB value is (222,65,92). Sum of RGB (Red+Green+Blue) = 222+65+92=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE415C is #21BEA3. Grayscale: #737373. Windows color (decimal): -2211492 or 6046174. OLE color: 6046174.

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

Color convert

RGB 222 65 92 -
CMYK 0 0.71 0.59 0.13
HSL 349.68º 0.7% 0.56% -
HSV(B) 349.68º 0.71% 0.87% -
XYZ 33.95 20.08 12.21 -
YUV 115.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 222 65 92 0 0.71 0.59 0.13 349.68 0.7 0.56
Hex DE 41 5C 0 47 3B D 15E 46 38
Octal 336 101 134 0 107 73 15 536 106 70
Binary 11011110 1000001 1011100 0 1000111 111011 1101 101011110 1000110 111000

Color Harmonies of #DE415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE415C

Black with #DE415C

Text Example


Text Example

White with #DE415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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