Html Css Color HEX #DA7D8E Carissma

📋 copy color: '#DA7D8E'

red 218 ◦ green 125 ◦ blue 142

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

Shades of Carissma #DA7D8E

Tints of Carissma #DA7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 44.95%
G = 25.77%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA7D8E (or 0xDA7D8E) is known color: Carissma. HEX triplet: DA, 7D and 8E. RGB value is (218,125,142). Sum of RGB (Red+Green+Blue) = 218+125+142=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D8E is #258271. Grayscale: #9A9A9A. Windows color (decimal): -2458226 or 9338330. OLE color: 9338330.

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

Color convert

RGB 218 125 142 -
CMYK 0 0.43 0.35 0.15
HSL 349.03º 0.56% 0.67% -
HSV(B) 349.03º 0.43% 0.85% -
XYZ 41.13 31.53 29.51 -
YUV 154.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 218 125 142 0 0.43 0.35 0.15 349.03 0.56 0.67
Hex DA 7D 8E 0 2B 23 F 15D 38 43
Octal 332 175 216 0 53 43 17 535 70 103
Binary 11011010 1111101 10001110 0 101011 100011 1111 101011101 111000 1000011

Color Harmonies of #DA7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D8E

Black with #DA7D8E

Text Example


Text Example

White with #DA7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D8E; }

 p { color: rgb(218,125,142); }

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

background-color css

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

 a { background-color: rgb(218,125,142); }

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

border-color css

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

 span { border-color: rgb(218,125,142); }

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