Html Css Color HEX #DE8294 Carissma

📋 copy color: '#DE8294'

red 222 ◦ green 130 ◦ blue 148

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

Shades of Carissma #DE8294

Tints of Carissma #DE8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 44.4%
G = 26%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE8294 (or 0xDE8294) is known color: Carissma. HEX triplet: DE, 82 and 94. RGB value is (222,130,148). Sum of RGB (Red+Green+Blue) = 222+130+148=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8294 is #217D6B. Grayscale: #9F9F9F. Windows color (decimal): -2194796 or 9732830. OLE color: 9732830.

HSL color Cylindrical-coordinate representation of color #DE8294: hue angle of 348.26º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8294 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 148 -
CMYK 0 0.41 0.33 0.13
HSL 348.26º 0.58% 0.69% -
HSV(B) 348.26º 0.41% 0.87% -
XYZ 43.45 33.63 32.22 -
YUV 159.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 222 130 148 0 0.41 0.33 0.13 348.26 0.58 0.69
Hex DE 82 94 0 29 21 D 15C 3A 45
Octal 336 202 224 0 51 41 15 534 72 105
Binary 11011110 10000010 10010100 0 101001 100001 1101 101011100 111010 1000101

Color Harmonies of #DE8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8294

Black with #DE8294

Text Example


Text Example

White with #DE8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8294; }

 p { color: rgb(222,130,148); }

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

background-color css

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

 a { background-color: rgb(222,130,148); }

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

border-color css

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

 span { border-color: rgb(222,130,148); }

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