Html Css Color HEX #DF8690 Carissma

📋 copy color: '#DF8690'

red 223 ◦ green 134 ◦ blue 144

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

Shades of Carissma #DF8690

Tints of Carissma #DF8690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 44.51%
G = 26.75%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8690 (or 0xDF8690) is known color: Carissma. HEX triplet: DF, 86 and 90. RGB value is (223,134,144). Sum of RGB (Red+Green+Blue) = 223+134+144=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8690 is #20796F. Grayscale: #A1A1A1. Windows color (decimal): -2128240 or 9471711. OLE color: 9471711.

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

Color convert

RGB 223 134 144 -
CMYK 0 0.40 0.35 0.13
HSL 353.26º 0.58% 0.7% -
HSV(B) 353.26º 0.4% 0.87% -
XYZ 43.99 34.75 30.77 -
YUV 161.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 223 134 144 0 0.40 0.35 0.13 353.26 0.58 0.7
Hex DF 86 90 0 28 23 D 161 3A 46
Octal 337 206 220 0 50 43 15 541 72 106
Binary 11011111 10000110 10010000 0 101000 100011 1101 101100001 111010 1000110

Color Harmonies of #DF8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8690

Black with #DF8690

Text Example


Text Example

White with #DF8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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