Html Css Color HEX #DA828E Carissma

📋 copy color: '#DA828E'

red 218 ◦ green 130 ◦ blue 142

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

Shades of Carissma #DA828E

Tints of Carissma #DA828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 44.49%
G = 26.53%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA828E (or 0xDA828E) is known color: Carissma. HEX triplet: DA, 82 and 8E. RGB value is (218,130,142). Sum of RGB (Red+Green+Blue) = 218+130+142=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828E is #257D71. Grayscale: #9D9D9D. Windows color (decimal): -2456946 or 9339610. OLE color: 9339610.

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

Color convert

RGB 218 130 142 -
CMYK 0 0.40 0.35 0.15
HSL 351.82º 0.54% 0.68% -
HSV(B) 351.82º 0.4% 0.85% -
XYZ 41.78 32.82 29.72 -
YUV 157.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 218 130 142 0 0.40 0.35 0.15 351.82 0.54 0.68
Hex DA 82 8E 0 28 23 F 160 36 44
Octal 332 202 216 0 50 43 17 540 66 104
Binary 11011010 10000010 10001110 0 101000 100011 1111 101100000 110110 1000100

Color Harmonies of #DA828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA828E

Black with #DA828E

Text Example


Text Example

White with #DA828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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