Html Css Color HEX #DA7E94 Carissma

📋 copy color: '#DA7E94'

red 218 ◦ green 126 ◦ blue 148

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

Shades of Carissma #DA7E94

Tints of Carissma #DA7E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.61%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 44.31%
G = 25.61%
B = 30.08%

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

#DA7E94 (or 0xDA7E94) is known color: Carissma. HEX triplet: DA, 7E and 94. RGB value is (218,126,148). Sum of RGB (Red+Green+Blue) = 218+126+148=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E94 is #25816B. Grayscale: #9C9C9C. Windows color (decimal): -2457964 or 9731802. OLE color: 9731802.

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

Color convert

RGB 218 126 148 -
CMYK 0 0.42 0.32 0.15
HSL 345.65º 0.55% 0.67% -
HSV(B) 345.65º 0.42% 0.85% -
XYZ 41.72 31.97 31.99 -
YUV 156.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 218 126 148 0 0.42 0.32 0.15 345.65 0.55 0.67
Hex DA 7E 94 0 2A 20 F 15A 37 43
Octal 332 176 224 0 52 40 17 532 67 103
Binary 11011010 1111110 10010100 0 101010 100000 1111 101011010 110111 1000011

Color Harmonies of #DA7E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E94

Black with #DA7E94

Text Example


Text Example

White with #DA7E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E94; }

 p { color: rgb(218,126,148); }

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

background-color css

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

 a { background-color: rgb(218,126,148); }

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

border-color css

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

 span { border-color: rgb(218,126,148); }

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