Html Css Color HEX #DA808A Carissma

📋 copy color: '#DA808A'

red 218 ◦ green 128 ◦ blue 138

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

Shades of Carissma #DA808A

Tints of Carissma #DA808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 45.04%
G = 26.45%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA808A (or 0xDA808A) is known color: Carissma. HEX triplet: DA, 80 and 8A. RGB value is (218,128,138). Sum of RGB (Red+Green+Blue) = 218+128+138=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA808A is #257F75. Grayscale: #9C9C9C. Windows color (decimal): -2457462 or 9076954. OLE color: 9076954.

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

Color convert

RGB 218 128 138 -
CMYK 0 0.41 0.37 0.15
HSL 353.33º 0.55% 0.68% -
HSV(B) 353.33º 0.41% 0.85% -
XYZ 41.22 32.18 28.08 -
YUV 156.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 218 128 138 0 0.41 0.37 0.15 353.33 0.55 0.68
Hex DA 80 8A 0 29 25 F 161 37 44
Octal 332 200 212 0 51 45 17 541 67 104
Binary 11011010 10000000 10001010 0 101001 100101 1111 101100001 110111 1000100

Color Harmonies of #DA808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA808A

Black with #DA808A

Text Example


Text Example

White with #DA808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA808A; }

 p { color: rgb(218,128,138); }

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

background-color css

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

 a { background-color: rgb(218,128,138); }

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

border-color css

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

 span { border-color: rgb(218,128,138); }

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