Html Css Color HEX #DA848E Carissma

📋 copy color: '#DA848E'

red 218 ◦ green 132 ◦ blue 142

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

Shades of Carissma #DA848E

Tints of Carissma #DA848E

RGB

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

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

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

R = 44.31%
G = 26.83%
B = 28.86%

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

#DA848E (or 0xDA848E) is known color: Carissma. HEX triplet: DA, 84 and 8E. RGB value is (218,132,142). Sum of RGB (Red+Green+Blue) = 218+132+142=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA848E is #257B71. Grayscale: #9E9E9E. Windows color (decimal): -2456434 or 9340122. OLE color: 9340122.

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

Color convert

RGB 218 132 142 -
CMYK 0 0.39 0.35 0.15
HSL 353.02º 0.54% 0.69% -
HSV(B) 353.02º 0.39% 0.85% -
XYZ 42.05 33.36 29.81 -
YUV 158.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 218 132 142 0 0.39 0.35 0.15 353.02 0.54 0.69
Hex DA 84 8E 0 27 23 F 161 36 45
Octal 332 204 216 0 47 43 17 541 66 105
Binary 11011010 10000100 10001110 0 100111 100011 1111 101100001 110110 1000101

Color Harmonies of #DA848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA848E

Black with #DA848E

Text Example


Text Example

White with #DA848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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