#DA7F8D

Color #DA7F8D Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #DA7F8D

Tints of Carissma #DA7F8D

Color information

#DA7F8D (or 0xDA7F8D) is unknown color: approx Carissma. HEX triplet: DA, 7F and 8D. RGB value is (218,127,141). Sum of RGB (Red+Green+Blue) = 218+127+141=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8D is #258072. Grayscale: #9B9B9B. Windows color (decimal): -2457715 or 9273306. OLE color: 9273306.

HSL color Cylindrical-coordinate representation of color #DA7F8D: hue angle of 350.77º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7F8D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218127141-
CMYK00.420.350.15
HSL350.77º55.15%67.65%-
HSV(B)350.77º41.74%85.49%-
XYZ41.3132.0129.2-
YUV155.8119.65172.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=44.86%
G=26.13%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812714100.420.350.15350.7755.1567.65
HexDA7F8D02A23F15f3744
Octal332177215052431753767104
Binary11011010111111110001101010101010001111111010111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F8D; }

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

 H1.HeaderClassName
 {
   color: #DA7F8D;
 }
 .AnyTagClassName
 {
   color: #DA7F8D;
 }
</style>
background-color css

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

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

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

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

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

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