Html Css Color HEX #DA7F95 Carissma

📋 copy color: '#DA7F95'

red 218 ◦ green 127 ◦ blue 149

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

Shades of Carissma #DA7F95

Tints of Carissma #DA7F95

RGB

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

 GREEN value IS 127 (50% from 255) = 25.71%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 44.13%
G = 25.71%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7F95 (or 0xDA7F95) is known color: Carissma. HEX triplet: DA, 7F and 95. RGB value is (218,127,149). Sum of RGB (Red+Green+Blue) = 218+127+149=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F95 is #25806A. Grayscale: #9C9C9C. Windows color (decimal): -2457707 or 9797594. OLE color: 9797594.

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

Color convert

RGB 218 127 149 -
CMYK 0 0.42 0.32 0.15
HSL 345.49º 0.55% 0.68% -
HSV(B) 345.49º 0.42% 0.85% -
XYZ 41.93 32.25 32.45 -
YUV 156.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 218 127 149 0 0.42 0.32 0.15 345.49 0.55 0.68
Hex DA 7F 95 0 2A 20 F 159 37 44
Octal 332 177 225 0 52 40 17 531 67 104
Binary 11011010 1111111 10010101 0 101010 100000 1111 101011001 110111 1000100

Color Harmonies of #DA7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F95

Black with #DA7F95

Text Example


Text Example

White with #DA7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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