Html Css Color HEX #DE8596 Carissma

📋 copy color: '#DE8596'

red 222 ◦ green 133 ◦ blue 150

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

Shades of Carissma #DE8596

Tints of Carissma #DE8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

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

R = 43.96%
G = 26.34%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE8596 (or 0xDE8596) is known color: Carissma. HEX triplet: DE, 85 and 96. RGB value is (222,133,150). Sum of RGB (Red+Green+Blue) = 222+133+150=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8596 is #217A69. Grayscale: #A1A1A1. Windows color (decimal): -2194026 or 9864670. OLE color: 9864670.

HSL color Cylindrical-coordinate representation of color #DE8596: hue angle of 348.54º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8596 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 150 -
CMYK 0 0.40 0.32 0.13
HSL 348.54º 0.57% 0.7% -
HSV(B) 348.54º 0.4% 0.87% -
XYZ 44.02 34.51 33.19 -
YUV 161.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 222 133 150 0 0.40 0.32 0.13 348.54 0.57 0.7
Hex DE 85 96 0 28 20 D 15D 39 46
Octal 336 205 226 0 50 40 15 535 71 106
Binary 11011110 10000101 10010110 0 101000 100000 1101 101011101 111001 1000110

Color Harmonies of #DE8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8596

Black with #DE8596

Text Example


Text Example

White with #DE8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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