Html Css Color HEX #DA8491 Carissma

📋 copy color: '#DA8491'

red 218 ◦ green 132 ◦ blue 145

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

Shades of Carissma #DA8491

Tints of Carissma #DA8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 44.04%
G = 26.67%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8491 (or 0xDA8491) is known color: Carissma. HEX triplet: DA, 84 and 91. RGB value is (218,132,145). Sum of RGB (Red+Green+Blue) = 218+132+145=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8491 is #257B6E. Grayscale: #9F9F9F. Windows color (decimal): -2456431 or 9536730. OLE color: 9536730.

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

Color convert

RGB 218 132 145 -
CMYK 0 0.39 0.33 0.15
HSL 350.93º 0.54% 0.69% -
HSV(B) 350.93º 0.39% 0.85% -
XYZ 42.28 33.45 31.02 -
YUV 159.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 218 132 145 0 0.39 0.33 0.15 350.93 0.54 0.69
Hex DA 84 91 0 27 21 F 15F 36 45
Octal 332 204 221 0 47 41 17 537 66 105
Binary 11011010 10000100 10010001 0 100111 100001 1111 101011111 110110 1000101

Color Harmonies of #DA8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8491

Black with #DA8491

Text Example


Text Example

White with #DA8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8491; }

 p { color: rgb(218,132,145); }

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

background-color css

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

 a { background-color: rgb(218,132,145); }

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

border-color css

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

 span { border-color: rgb(218,132,145); }

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