Html Css Color HEX #DE8A9B Carissma

📋 copy color: '#DE8A9B'

red 222 ◦ green 138 ◦ blue 155

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

Shades of Carissma #DE8A9B

Tints of Carissma #DE8A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 43.11%
G = 26.8%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE8A9B (or 0xDE8A9B) is known color: Carissma. HEX triplet: DE, 8A and 9B. RGB value is (222,138,155). Sum of RGB (Red+Green+Blue) = 222+138+155=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8A9B is #217564. Grayscale: #A5A5A5. Windows color (decimal): -2192741 or 10193630. OLE color: 10193630.

HSL color Cylindrical-coordinate representation of color #DE8A9B: hue angle of 347.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8A9B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 138 155 -
CMYK 0 0.38 0.30 0.13
HSL 347.86º 0.56% 0.71% -
HSV(B) 347.86º 0.38% 0.87% -
XYZ 45.13 36.07 35.59 -
YUV 165.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 222 138 155 0 0.38 0.30 0.13 347.86 0.56 0.71
Hex DE 8A 9B 0 26 1E D 15C 38 47
Octal 336 212 233 0 46 36 15 534 70 107
Binary 11011110 10001010 10011011 0 100110 11110 1101 101011100 111000 1000111

Color Harmonies of #DE8A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A9B

Black with #DE8A9B

Text Example


Text Example

White with #DE8A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A9B; }

 p { color: rgb(222,138,155); }

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

background-color css

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

 a { background-color: rgb(222,138,155); }

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

border-color css

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

 span { border-color: rgb(222,138,155); }

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