Html Css Color HEX #DA7E8C Carissma

📋 copy color: '#DA7E8C'

red 218 ◦ green 126 ◦ blue 140

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

Shades of Carissma #DA7E8C

Tints of Carissma #DA7E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 45.04%
G = 26.03%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA7E8C (or 0xDA7E8C) is known color: Carissma. HEX triplet: DA, 7E and 8C. RGB value is (218,126,140). Sum of RGB (Red+Green+Blue) = 218+126+140=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E8C is #258173. Grayscale: #9B9B9B. Windows color (decimal): -2457972 or 9207514. OLE color: 9207514.

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

Color convert

RGB 218 126 140 -
CMYK 0 0.42 0.36 0.15
HSL 350.87º 0.55% 0.67% -
HSV(B) 350.87º 0.42% 0.85% -
XYZ 41.11 31.72 28.77 -
YUV 155.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 218 126 140 0 0.42 0.36 0.15 350.87 0.55 0.67
Hex DA 7E 8C 0 2A 24 F 15F 37 43
Octal 332 176 214 0 52 44 17 537 67 103
Binary 11011010 1111110 10001100 0 101010 100100 1111 101011111 110111 1000011

Color Harmonies of #DA7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E8C

Black with #DA7E8C

Text Example


Text Example

White with #DA7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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