Html Css Color HEX #DF8185 Carissma

📋 copy color: '#DF8185'

red 223 ◦ green 129 ◦ blue 133

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

Shades of Carissma #DF8185

Tints of Carissma #DF8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 45.98%
G = 26.6%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8185 (or 0xDF8185) is known color: Carissma. HEX triplet: DF, 81 and 85. RGB value is (223,129,133). Sum of RGB (Red+Green+Blue) = 223+129+133=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8185 is #207E7A. Grayscale: #9D9D9D. Windows color (decimal): -2129531 or 8749535. OLE color: 8749535.

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

Color convert

RGB 223 129 133 -
CMYK 0 0.42 0.40 0.13
HSL 357.45º 0.59% 0.69% -
HSV(B) 357.45º 0.42% 0.87% -
XYZ 42.52 33.08 26.33 -
YUV 157.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 223 129 133 0 0.42 0.40 0.13 357.45 0.59 0.69
Hex DF 81 85 0 2A 28 D 165 3B 45
Octal 337 201 205 0 52 50 15 545 73 105
Binary 11011111 10000001 10000101 0 101010 101000 1101 101100101 111011 1000101

Color Harmonies of #DF8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8185

Black with #DF8185

Text Example


Text Example

White with #DF8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8185; }

 p { color: rgb(223,129,133); }

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

background-color css

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

 a { background-color: rgb(223,129,133); }

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

border-color css

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

 span { border-color: rgb(223,129,133); }

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