Html Css Color HEX #DE859C Carissma

📋 copy color: '#DE859C'

red 222 ◦ green 133 ◦ blue 156

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

Shades of Carissma #DE859C

Tints of Carissma #DE859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 43.44%
G = 26.03%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE859C (or 0xDE859C) is known color: Carissma. HEX triplet: DE, 85 and 9C. RGB value is (222,133,156). Sum of RGB (Red+Green+Blue) = 222+133+156=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE859C is #217A63. Grayscale: #A2A2A2. Windows color (decimal): -2194020 or 10257886. OLE color: 10257886.

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

Color convert

RGB 222 133 156 -
CMYK 0 0.40 0.30 0.13
HSL 344.49º 0.57% 0.7% -
HSV(B) 344.49º 0.4% 0.87% -
XYZ 44.51 34.7 35.81 -
YUV 162.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 222 133 156 0 0.40 0.30 0.13 344.49 0.57 0.7
Hex DE 85 9C 0 28 1E D 158 39 46
Octal 336 205 234 0 50 36 15 530 71 106
Binary 11011110 10000101 10011100 0 101000 11110 1101 101011000 111001 1000110

Color Harmonies of #DE859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE859C

Black with #DE859C

Text Example


Text Example

White with #DE859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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