Html Css Color HEX #DF8385 Carissma

📋 copy color: '#DF8385'

red 223 ◦ green 131 ◦ blue 133

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

Shades of Carissma #DF8385

Tints of Carissma #DF8385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

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

R = 45.79%
G = 26.9%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8385 (or 0xDF8385) is known color: Carissma. HEX triplet: DF, 83 and 85. RGB value is (223,131,133). Sum of RGB (Red+Green+Blue) = 223+131+133=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8385 is #207C7A. Grayscale: #9E9E9E. Windows color (decimal): -2129019 or 8750047. OLE color: 8750047.

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

Color convert

RGB 223 131 133 -
CMYK 0 0.41 0.40 0.13
HSL 358.7º 0.59% 0.69% -
HSV(B) 358.7º 0.41% 0.87% -
XYZ 42.78 33.61 26.42 -
YUV 158.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 223 131 133 0 0.41 0.40 0.13 358.7 0.59 0.69
Hex DF 83 85 0 29 28 D 167 3B 45
Octal 337 203 205 0 51 50 15 547 73 105
Binary 11011111 10000011 10000101 0 101001 101000 1101 101100111 111011 1000101

Color Harmonies of #DF8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8385

Black with #DF8385

Text Example


Text Example

White with #DF8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8385; }

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

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

background-color css

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

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

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

border-color css

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

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

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