#DA7F8A

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

Shades of Carissma #DA7F8A

Tints of Carissma #DA7F8A

Color information

#DA7F8A (or 0xDA7F8A) is unknown color: approx Carissma. HEX triplet: DA, 7F and 8A. RGB value is (218,127,138). Sum of RGB (Red+Green+Blue) = 218+127+138=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F8A is #258075. Grayscale: #9B9B9B. Windows color (decimal): -2457718 or 9076698. OLE color: 9076698.

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

Color convert

RGB218127138-
CMYK00.420.370.15
HSL352.75º55.15%67.65%-
HSV(B)352.75º41.74%85.49%-
XYZ41.0931.9228.04-
YUV155.46118.15172.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=45.13%
G=26.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812713800.420.370.15352.7555.1567.65
HexDA7F8A02A25F1613744
Octal332177212052451754167104
Binary11011010111111110001010010101010010111111011000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F8A; }

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

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

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

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

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

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

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

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