Html Css Color HEX #DA7E8F Carissma

📋 copy color: '#DA7E8F'

red 218 ◦ green 126 ◦ blue 143

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

Shades of Carissma #DA7E8F

Tints of Carissma #DA7E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.36%

R = 44.76%
G = 25.87%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7E8F (or 0xDA7E8F) is known color: Carissma. HEX triplet: DA, 7E and 8F. RGB value is (218,126,143). Sum of RGB (Red+Green+Blue) = 218+126+143=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E8F is #258170. Grayscale: #9B9B9B. Windows color (decimal): -2457969 or 9404122. OLE color: 9404122.

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

Color convert

RGB 218 126 143 -
CMYK 0 0.42 0.34 0.15
HSL 348.91º 0.55% 0.67% -
HSV(B) 348.91º 0.42% 0.85% -
XYZ 41.33 31.81 29.95 -
YUV 155.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 218 126 143 0 0.42 0.34 0.15 348.91 0.55 0.67
Hex DA 7E 8F 0 2A 22 F 15D 37 43
Octal 332 176 217 0 52 42 17 535 67 103
Binary 11011010 1111110 10001111 0 101010 100010 1111 101011101 110111 1000011

Color Harmonies of #DA7E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E8F

Black with #DA7E8F

Text Example


Text Example

White with #DA7E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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