Html Css Color HEX #DA8589 Carissma

📋 copy color: '#DA8589'

red 218 ◦ green 133 ◦ blue 137

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

Shades of Carissma #DA8589

Tints of Carissma #DA8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 44.67%
G = 27.25%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA8589 (or 0xDA8589) is known color: Carissma. HEX triplet: DA, 85 and 89. RGB value is (218,133,137). Sum of RGB (Red+Green+Blue) = 218+133+137=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8589 is #257A76. Grayscale: #9E9E9E. Windows color (decimal): -2456183 or 9012698. OLE color: 9012698.

HSL color Cylindrical-coordinate representation of color #DA8589: hue angle of 357.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8589 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 137 -
CMYK 0 0.39 0.37 0.15
HSL 357.18º 0.53% 0.69% -
HSV(B) 357.18º 0.39% 0.85% -
XYZ 41.82 33.49 27.93 -
YUV 158.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 218 133 137 0 0.39 0.37 0.15 357.18 0.53 0.69
Hex DA 85 89 0 27 25 F 165 35 45
Octal 332 205 211 0 47 45 17 545 65 105
Binary 11011010 10000101 10001001 0 100111 100101 1111 101100101 110101 1000101

Color Harmonies of #DA8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8589

Black with #DA8589

Text Example


Text Example

White with #DA8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8589; }

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

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

background-color css

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

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

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

border-color css

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

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

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