Html Css Color HEX #DA848D Carissma

📋 copy color: '#DA848D'

red 218 ◦ green 132 ◦ blue 141

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

Shades of Carissma #DA848D

Tints of Carissma #DA848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 44.4%
G = 26.88%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA848D (or 0xDA848D) is known color: Carissma. HEX triplet: DA, 84 and 8D. RGB value is (218,132,141). Sum of RGB (Red+Green+Blue) = 218+132+141=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA848D is #257B72. Grayscale: #9E9E9E. Windows color (decimal): -2456435 or 9274586. OLE color: 9274586.

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

Color convert

RGB 218 132 141 -
CMYK 0 0.39 0.35 0.15
HSL 353.72º 0.54% 0.69% -
HSV(B) 353.72º 0.39% 0.85% -
XYZ 41.97 33.33 29.42 -
YUV 158.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 218 132 141 0 0.39 0.35 0.15 353.72 0.54 0.69
Hex DA 84 8D 0 27 23 F 162 36 45
Octal 332 204 215 0 47 43 17 542 66 105
Binary 11011010 10000100 10001101 0 100111 100011 1111 101100010 110110 1000101

Color Harmonies of #DA848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA848D

Black with #DA848D

Text Example


Text Example

White with #DA848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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