Html Css Color HEX #DE7F86 Carissma

📋 copy color: '#DE7F86'

red 222 ◦ green 127 ◦ blue 134

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

Shades of Carissma #DE7F86

Tints of Carissma #DE7F86

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 45.96%
G = 26.29%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE7F86 (or 0xDE7F86) is known color: Carissma. HEX triplet: DE, 7F and 86. RGB value is (222,127,134). Sum of RGB (Red+Green+Blue) = 222+127+134=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F86 is #218079. Grayscale: #9C9C9C. Windows color (decimal): -2195578 or 8814558. OLE color: 8814558.

HSL color Cylindrical-coordinate representation of color #DE7F86: hue angle of 355.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7F86 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 134 -
CMYK 0 0.43 0.40 0.13
HSL 355.58º 0.59% 0.68% -
HSV(B) 355.58º 0.43% 0.87% -
XYZ 42.02 32.43 26.6 -
YUV 156.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 222 127 134 0 0.43 0.40 0.13 355.58 0.59 0.68
Hex DE 7F 86 0 2B 28 D 164 3B 44
Octal 336 177 206 0 53 50 15 544 73 104
Binary 11011110 1111111 10000110 0 101011 101000 1101 101100100 111011 1000100

Color Harmonies of #DE7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F86

Black with #DE7F86

Text Example


Text Example

White with #DE7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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