Html Css Color HEX #DE7C96 Carissma

📋 copy color: '#DE7C96'

red 222 ◦ green 124 ◦ blue 150

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

Shades of Carissma #DE7C96

Tints of Carissma #DE7C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 44.76%
G = 25%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE7C96 (or 0xDE7C96) is known color: Carissma. HEX triplet: DE, 7C and 96. RGB value is (222,124,150). Sum of RGB (Red+Green+Blue) = 222+124+150=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C96 is #218369. Grayscale: #9C9C9C. Windows color (decimal): -2196330 or 9862366. OLE color: 9862366.

HSL color Cylindrical-coordinate representation of color #DE7C96: hue angle of 344.08º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7C96 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 124 150 -
CMYK 0 0.44 0.32 0.13
HSL 344.08º 0.6% 0.68% -
HSV(B) 344.08º 0.44% 0.87% -
XYZ 42.84 32.15 32.8 -
YUV 156.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 222 124 150 0 0.44 0.32 0.13 344.08 0.6 0.68
Hex DE 7C 96 0 2C 20 D 158 3C 44
Octal 336 174 226 0 54 40 15 530 74 104
Binary 11011110 1111100 10010110 0 101100 100000 1101 101011000 111100 1000100

Color Harmonies of #DE7C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C96

Black with #DE7C96

Text Example


Text Example

White with #DE7C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C96; }

 p { color: rgb(222,124,150); }

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

background-color css

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

 a { background-color: rgb(222,124,150); }

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

border-color css

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

 span { border-color: rgb(222,124,150); }

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