Html Css Color HEX #DF7E86 Carissma

📋 copy color: '#DF7E86'

red 223 ◦ green 126 ◦ blue 134

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

Shades of Carissma #DF7E86

Tints of Carissma #DF7E86

RGB

 RED value IS 223 (87.5% from 255) = 46.17%

 GREEN value IS 126 (49.61% from 255) = 26.09%

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

R = 46.17%
G = 26.09%
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

#DF7E86 (or 0xDF7E86) is known color: Carissma. HEX triplet: DF, 7E and 86. RGB value is (223,126,134). Sum of RGB (Red+Green+Blue) = 223+126+134=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E86 is #208179. Grayscale: #9B9B9B. Windows color (decimal): -2130298 or 8814303. OLE color: 8814303.

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

Color convert

RGB 223 126 134 -
CMYK 0 0.43 0.40 0.13
HSL 355.05º 0.6% 0.68% -
HSV(B) 355.05º 0.43% 0.87% -
XYZ 42.2 32.33 26.57 -
YUV 155.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 223 126 134 0 0.43 0.40 0.13 355.05 0.6 0.68
Hex DF 7E 86 0 2B 28 D 163 3C 44
Octal 337 176 206 0 53 50 15 543 74 104
Binary 11011111 1111110 10000110 0 101011 101000 1101 101100011 111100 1000100

Color Harmonies of #DF7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E86

Black with #DF7E86

Text Example


Text Example

White with #DF7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E86; }

 p { color: rgb(223,126,134); }

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

background-color css

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

 a { background-color: rgb(223,126,134); }

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

border-color css

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

 span { border-color: rgb(223,126,134); }

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