Html Css Color HEX #DE869C Carissma

📋 copy color: '#DE869C'

red 222 ◦ green 134 ◦ blue 156

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

Shades of Carissma #DE869C

Tints of Carissma #DE869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.17%

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

R = 43.36%
G = 26.17%
B = 30.47%

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

#DE869C (or 0xDE869C) is known color: Carissma. HEX triplet: DE, 86 and 9C. RGB value is (222,134,156). Sum of RGB (Red+Green+Blue) = 222+134+156=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE869C is #217963. Grayscale: #A2A2A2. Windows color (decimal): -2193764 or 10258142. OLE color: 10258142.

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

Color convert

RGB 222 134 156 -
CMYK 0 0.40 0.30 0.13
HSL 345º 0.57% 0.7% -
HSV(B) 345º 0.4% 0.87% -
XYZ 44.65 34.98 35.85 -
YUV 162.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 222 134 156 0 0.40 0.30 0.13 345 0.57 0.7
Hex DE 86 9C 0 28 1E D 159 39 46
Octal 336 206 234 0 50 36 15 531 71 106
Binary 11011110 10000110 10011100 0 101000 11110 1101 101011001 111001 1000110

Color Harmonies of #DE869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE869C

Black with #DE869C

Text Example


Text Example

White with #DE869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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