Html Css Color HEX #DA868B Carissma

📋 copy color: '#DA868B'

red 218 ◦ green 134 ◦ blue 139

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

Shades of Carissma #DA868B

Tints of Carissma #DA868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 44.4%
G = 27.29%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA868B (or 0xDA868B) is known color: Carissma. HEX triplet: DA, 86 and 8B. RGB value is (218,134,139). Sum of RGB (Red+Green+Blue) = 218+134+139=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA868B is #257974. Grayscale: #9F9F9F. Windows color (decimal): -2455925 or 9144026. OLE color: 9144026.

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

Color convert

RGB 218 134 139 -
CMYK 0 0.39 0.36 0.15
HSL 356.43º 0.53% 0.69% -
HSV(B) 356.43º 0.39% 0.85% -
XYZ 42.1 33.82 28.74 -
YUV 159.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 218 134 139 0 0.39 0.36 0.15 356.43 0.53 0.69
Hex DA 86 8B 0 27 24 F 164 35 45
Octal 332 206 213 0 47 44 17 544 65 105
Binary 11011010 10000110 10001011 0 100111 100100 1111 101100100 110101 1000101

Color Harmonies of #DA868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA868B

Black with #DA868B

Text Example


Text Example

White with #DA868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA868B; }

 p { color: rgb(218,134,139); }

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

background-color css

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

 a { background-color: rgb(218,134,139); }

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

border-color css

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

 span { border-color: rgb(218,134,139); }

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