Html Css Color HEX #DA858E Carissma

📋 copy color: '#DA858E'

red 218 ◦ green 133 ◦ blue 142

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

Shades of Carissma #DA858E

Tints of Carissma #DA858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.98%

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

R = 44.22%
G = 26.98%
B = 28.8%

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

#DA858E (or 0xDA858E) is known color: Carissma. HEX triplet: DA, 85 and 8E. RGB value is (218,133,142). Sum of RGB (Red+Green+Blue) = 218+133+142=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858E is #257A71. Grayscale: #9F9F9F. Windows color (decimal): -2456178 or 9340378. OLE color: 9340378.

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

Color convert

RGB 218 133 142 -
CMYK 0 0.39 0.35 0.15
HSL 353.65º 0.53% 0.69% -
HSV(B) 353.65º 0.39% 0.85% -
XYZ 42.18 33.63 29.86 -
YUV 159.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 218 133 142 0 0.39 0.35 0.15 353.65 0.53 0.69
Hex DA 85 8E 0 27 23 F 162 35 45
Octal 332 205 216 0 47 43 17 542 65 105
Binary 11011010 10000101 10001110 0 100111 100011 1111 101100010 110101 1000101

Color Harmonies of #DA858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA858E

Black with #DA858E

Text Example


Text Example

White with #DA858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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