Html Css Color HEX #DE858C Carissma

📋 copy color: '#DE858C'

red 222 ◦ green 133 ◦ blue 140

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

Shades of Carissma #DE858C

Tints of Carissma #DE858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 44.85%
G = 26.87%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE858C (or 0xDE858C) is known color: Carissma. HEX triplet: DE, 85 and 8C. RGB value is (222,133,140). Sum of RGB (Red+Green+Blue) = 222+133+140=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE858C is #217A73. Grayscale: #A0A0A0. Windows color (decimal): -2194036 or 9209310. OLE color: 9209310.

HSL color Cylindrical-coordinate representation of color #DE858C: hue angle of 355.28º 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 #DE858C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 140 -
CMYK 0 0.40 0.37 0.13
HSL 355.28º 0.57% 0.7% -
HSV(B) 355.28º 0.4% 0.87% -
XYZ 43.25 34.2 29.13 -
YUV 160.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 222 133 140 0 0.40 0.37 0.13 355.28 0.57 0.7
Hex DE 85 8C 0 28 25 D 163 39 46
Octal 336 205 214 0 50 45 15 543 71 106
Binary 11011110 10000101 10001100 0 101000 100101 1101 101100011 111001 1000110

Color Harmonies of #DE858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE858C

Black with #DE858C

Text Example


Text Example

White with #DE858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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