Html Css Color HEX #DA858A Carissma

📋 copy color: '#DA858A'

red 218 ◦ green 133 ◦ blue 138

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

Shades of Carissma #DA858A

Tints of Carissma #DA858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 44.58%
G = 27.2%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA858A (or 0xDA858A) is known color: Carissma. HEX triplet: DA, 85 and 8A. RGB value is (218,133,138). Sum of RGB (Red+Green+Blue) = 218+133+138=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858A is #257A75. Grayscale: #9F9F9F. Windows color (decimal): -2456182 or 9078234. OLE color: 9078234.

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

Color convert

RGB 218 133 138 -
CMYK 0 0.39 0.37 0.15
HSL 356.47º 0.53% 0.69% -
HSV(B) 356.47º 0.39% 0.85% -
XYZ 41.89 33.52 28.31 -
YUV 158.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 218 133 138 0 0.39 0.37 0.15 356.47 0.53 0.69
Hex DA 85 8A 0 27 25 F 164 35 45
Octal 332 205 212 0 47 45 17 544 65 105
Binary 11011010 10000101 10001010 0 100111 100101 1111 101100100 110101 1000101

Color Harmonies of #DA858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA858A

Black with #DA858A

Text Example


Text Example

White with #DA858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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