Html Css Color HEX #DA8285 Carissma

📋 copy color: '#DA8285'

red 218 ◦ green 130 ◦ blue 133

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

Shades of Carissma #DA8285

Tints of Carissma #DA8285

RGB

 RED value IS 218 (85.55% from 255) = 45.32%

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 45.32%
G = 27.03%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA8285 (or 0xDA8285) is known color: Carissma. HEX triplet: DA, 82 and 85. RGB value is (218,130,133). Sum of RGB (Red+Green+Blue) = 218+130+133=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8285 is #257D7A. Grayscale: #9C9C9C. Windows color (decimal): -2456955 or 8749786. OLE color: 8749786.

HSL color Cylindrical-coordinate representation of color #DA8285: hue angle of 357.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8285 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 133 -
CMYK 0 0.40 0.39 0.15
HSL 357.95º 0.54% 0.68% -
HSV(B) 357.95º 0.4% 0.85% -
XYZ 41.13 32.56 26.31 -
YUV 156.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 218 130 133 0 0.40 0.39 0.15 357.95 0.54 0.68
Hex DA 82 85 0 28 27 F 166 36 44
Octal 332 202 205 0 50 47 17 546 66 104
Binary 11011010 10000010 10000101 0 101000 100111 1111 101100110 110110 1000100

Color Harmonies of #DA8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8285

Black with #DA8285

Text Example


Text Example

White with #DA8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8285; }

 p { color: rgb(218,130,133); }

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

background-color css

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

 a { background-color: rgb(218,130,133); }

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

border-color css

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

 span { border-color: rgb(218,130,133); }

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