Html Css Color HEX #DE848C Carissma

📋 copy color: '#DE848C'

red 222 ◦ green 132 ◦ blue 140

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

Shades of Carissma #DE848C

Tints of Carissma #DE848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 44.94%
G = 26.72%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE848C (or 0xDE848C) is known color: Carissma. HEX triplet: DE, 84 and 8C. RGB value is (222,132,140). Sum of RGB (Red+Green+Blue) = 222+132+140=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE848C is #217B73. Grayscale: #9F9F9F. Windows color (decimal): -2194292 or 9209054. OLE color: 9209054.

HSL color Cylindrical-coordinate representation of color #DE848C: hue angle of 354.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE848C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 140 -
CMYK 0 0.41 0.37 0.13
HSL 354.67º 0.58% 0.69% -
HSV(B) 354.67º 0.41% 0.87% -
XYZ 43.11 33.93 29.09 -
YUV 159.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 222 132 140 0 0.41 0.37 0.13 354.67 0.58 0.69
Hex DE 84 8C 0 29 25 D 163 3A 45
Octal 336 204 214 0 51 45 15 543 72 105
Binary 11011110 10000100 10001100 0 101001 100101 1101 101100011 111010 1000101

Color Harmonies of #DE848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE848C

Black with #DE848C

Text Example


Text Example

White with #DE848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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