Html Css Color HEX #DA828B Carissma

📋 copy color: '#DA828B'

red 218 ◦ green 130 ◦ blue 139

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

Shades of Carissma #DA828B

Tints of Carissma #DA828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 44.76%
G = 26.69%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA828B (or 0xDA828B) is known color: Carissma. HEX triplet: DA, 82 and 8B. RGB value is (218,130,139). Sum of RGB (Red+Green+Blue) = 218+130+139=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828B is #257D74. Grayscale: #9D9D9D. Windows color (decimal): -2456949 or 9143002. OLE color: 9143002.

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

Color convert

RGB 218 130 139 -
CMYK 0 0.40 0.36 0.15
HSL 353.86º 0.54% 0.68% -
HSV(B) 353.86º 0.4% 0.85% -
XYZ 41.56 32.73 28.55 -
YUV 157.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 218 130 139 0 0.40 0.36 0.15 353.86 0.54 0.68
Hex DA 82 8B 0 28 24 F 162 36 44
Octal 332 202 213 0 50 44 17 542 66 104
Binary 11011010 10000010 10001011 0 101000 100100 1111 101100010 110110 1000100

Color Harmonies of #DA828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA828B

Black with #DA828B

Text Example


Text Example

White with #DA828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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