Html Css Color HEX #DE7992 Carissma

📋 copy color: '#DE7992'

red 222 ◦ green 121 ◦ blue 146

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

Shades of Carissma #DE7992

Tints of Carissma #DE7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 45.4%
G = 24.74%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE7992 (or 0xDE7992) is known color: Carissma. HEX triplet: DE, 79 and 92. RGB value is (222,121,146). Sum of RGB (Red+Green+Blue) = 222+121+146=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7992 is #21866D. Grayscale: #9A9A9A. Windows color (decimal): -2197102 or 9599454. OLE color: 9599454.

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

Color convert

RGB 222 121 146 -
CMYK 0 0.45 0.34 0.13
HSL 345.15º 0.6% 0.67% -
HSV(B) 345.15º 0.45% 0.87% -
XYZ 42.15 31.28 31.01 -
YUV 154.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 222 121 146 0 0.45 0.34 0.13 345.15 0.6 0.67
Hex DE 79 92 0 2D 22 D 159 3C 43
Octal 336 171 222 0 55 42 15 531 74 103
Binary 11011110 1111001 10010010 0 101101 100010 1101 101011001 111100 1000011

Color Harmonies of #DE7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7992

Black with #DE7992

Text Example


Text Example

White with #DE7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7992; }

 p { color: rgb(222,121,146); }

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

background-color css

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

 a { background-color: rgb(222,121,146); }

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

border-color css

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

 span { border-color: rgb(222,121,146); }

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