Html Css Color HEX #DA8291 Carissma

📋 copy color: '#DA8291'

red 218 ◦ green 130 ◦ blue 145

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

Shades of Carissma #DA8291

Tints of Carissma #DA8291

RGB

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

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

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

R = 44.22%
G = 26.37%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8291 (or 0xDA8291) is known color: Carissma. HEX triplet: DA, 82 and 91. RGB value is (218,130,145). Sum of RGB (Red+Green+Blue) = 218+130+145=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8291 is #257D6E. Grayscale: #9E9E9E. Windows color (decimal): -2456943 or 9536218. OLE color: 9536218.

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

Color convert

RGB 218 130 145 -
CMYK 0 0.40 0.33 0.15
HSL 349.77º 0.54% 0.68% -
HSV(B) 349.77º 0.4% 0.85% -
XYZ 42.01 32.92 30.93 -
YUV 158.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 218 130 145 0 0.40 0.33 0.15 349.77 0.54 0.68
Hex DA 82 91 0 28 21 F 15E 36 44
Octal 332 202 221 0 50 41 17 536 66 104
Binary 11011010 10000010 10010001 0 101000 100001 1111 101011110 110110 1000100

Color Harmonies of #DA8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8291

Black with #DA8291

Text Example


Text Example

White with #DA8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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