Html Css Color HEX #DA858D Carissma

📋 copy color: '#DA858D'

red 218 ◦ green 133 ◦ blue 141

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

Shades of Carissma #DA858D

Tints of Carissma #DA858D

RGB

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

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

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

R = 44.31%
G = 27.03%
B = 28.66%

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

#DA858D (or 0xDA858D) is known color: Carissma. HEX triplet: DA, 85 and 8D. RGB value is (218,133,141). Sum of RGB (Red+Green+Blue) = 218+133+141=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858D is #257A72. Grayscale: #9F9F9F. Windows color (decimal): -2456179 or 9274842. OLE color: 9274842.

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

Color convert

RGB 218 133 141 -
CMYK 0 0.39 0.35 0.15
HSL 354.35º 0.53% 0.69% -
HSV(B) 354.35º 0.39% 0.85% -
XYZ 42.11 33.6 29.47 -
YUV 159.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 218 133 141 0 0.39 0.35 0.15 354.35 0.53 0.69
Hex DA 85 8D 0 27 23 F 162 35 45
Octal 332 205 215 0 47 43 17 542 65 105
Binary 11011010 10000101 10001101 0 100111 100011 1111 101100010 110101 1000101

Color Harmonies of #DA858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA858D

Black with #DA858D

Text Example


Text Example

White with #DA858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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