Html Css Color HEX #DA7D8D Carissma

📋 copy color: '#DA7D8D'

red 218 ◦ green 125 ◦ blue 141

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

Shades of Carissma #DA7D8D

Tints of Carissma #DA7D8D

RGB

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

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

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

R = 45.04%
G = 25.83%
B = 29.13%

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

#DA7D8D (or 0xDA7D8D) is known color: Carissma. HEX triplet: DA, 7D and 8D. RGB value is (218,125,141). Sum of RGB (Red+Green+Blue) = 218+125+141=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D8D is #258272. Grayscale: #9A9A9A. Windows color (decimal): -2458227 or 9272794. OLE color: 9272794.

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

Color convert

RGB 218 125 141 -
CMYK 0 0.43 0.35 0.15
HSL 349.68º 0.56% 0.67% -
HSV(B) 349.68º 0.43% 0.85% -
XYZ 41.05 31.5 29.11 -
YUV 154.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 218 125 141 0 0.43 0.35 0.15 349.68 0.56 0.67
Hex DA 7D 8D 0 2B 23 F 15E 38 43
Octal 332 175 215 0 53 43 17 536 70 103
Binary 11011010 1111101 10001101 0 101011 100011 1111 101011110 111000 1000011

Color Harmonies of #DA7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D8D

Black with #DA7D8D

Text Example


Text Example

White with #DA7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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