Html Css Color HEX #DA7F98 Carissma

📋 copy color: '#DA7F98'

red 218 ◦ green 127 ◦ blue 152

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

Shades of Carissma #DA7F98

Tints of Carissma #DA7F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 43.86%
G = 25.55%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7F98 (or 0xDA7F98) is known color: Carissma. HEX triplet: DA, 7F and 98. RGB value is (218,127,152). Sum of RGB (Red+Green+Blue) = 218+127+152=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F98 is #258067. Grayscale: #9D9D9D. Windows color (decimal): -2457704 or 9994202. OLE color: 9994202.

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

Color convert

RGB 218 127 152 -
CMYK 0 0.42 0.30 0.15
HSL 343.52º 0.55% 0.68% -
HSV(B) 343.52º 0.42% 0.85% -
XYZ 42.17 32.35 33.73 -
YUV 157.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 218 127 152 0 0.42 0.30 0.15 343.52 0.55 0.68
Hex DA 7F 98 0 2A 1E F 158 37 44
Octal 332 177 230 0 52 36 17 530 67 104
Binary 11011010 1111111 10011000 0 101010 11110 1111 101011000 110111 1000100

Color Harmonies of #DA7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F98

Black with #DA7F98

Text Example


Text Example

White with #DA7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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