Html Css Color HEX #DA7E8D Carissma

📋 copy color: '#DA7E8D'

red 218 ◦ green 126 ◦ blue 141

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

Shades of Carissma #DA7E8D

Tints of Carissma #DA7E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 44.95%
G = 25.98%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA7E8D (or 0xDA7E8D) is known color: Carissma. HEX triplet: DA, 7E and 8D. RGB value is (218,126,141). Sum of RGB (Red+Green+Blue) = 218+126+141=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E8D is #258172. Grayscale: #9B9B9B. Windows color (decimal): -2457971 or 9273050. OLE color: 9273050.

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

Color convert

RGB 218 126 141 -
CMYK 0 0.42 0.35 0.15
HSL 350.22º 0.55% 0.67% -
HSV(B) 350.22º 0.42% 0.85% -
XYZ 41.18 31.75 29.16 -
YUV 155.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 218 126 141 0 0.42 0.35 0.15 350.22 0.55 0.67
Hex DA 7E 8D 0 2A 23 F 15E 37 43
Octal 332 176 215 0 52 43 17 536 67 103
Binary 11011010 1111110 10001101 0 101010 100011 1111 101011110 110111 1000011

Color Harmonies of #DA7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E8D

Black with #DA7E8D

Text Example


Text Example

White with #DA7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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