Html Css Color HEX #DA8590 Carissma

📋 copy color: '#DA8590'

red 218 ◦ green 133 ◦ blue 144

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

Shades of Carissma #DA8590

Tints of Carissma #DA8590

RGB

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

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

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

R = 44.04%
G = 26.87%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8590 (or 0xDA8590) is known color: Carissma. HEX triplet: DA, 85 and 90. RGB value is (218,133,144). Sum of RGB (Red+Green+Blue) = 218+133+144=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8590 is #257A6F. Grayscale: #9F9F9F. Windows color (decimal): -2456176 or 9471450. OLE color: 9471450.

HSL color Cylindrical-coordinate representation of color #DA8590: hue angle of 352.24º 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 #DA8590 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 144 -
CMYK 0 0.39 0.34 0.15
HSL 352.24º 0.53% 0.69% -
HSV(B) 352.24º 0.39% 0.85% -
XYZ 42.34 33.69 30.66 -
YUV 159.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 218 133 144 0 0.39 0.34 0.15 352.24 0.53 0.69
Hex DA 85 90 0 27 22 F 160 35 45
Octal 332 205 220 0 47 42 17 540 65 105
Binary 11011010 10000101 10010000 0 100111 100010 1111 101100000 110101 1000101

Color Harmonies of #DA8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8590

Black with #DA8590

Text Example


Text Example

White with #DA8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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