Html Css Color HEX #DA7E8B Carissma

📋 copy color: '#DA7E8B'

red 218 ◦ green 126 ◦ blue 139

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

Shades of Carissma #DA7E8B

Tints of Carissma #DA7E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 45.13%
G = 26.09%
B = 28.78%

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

#DA7E8B (or 0xDA7E8B) is known color: Carissma. HEX triplet: DA, 7E and 8B. RGB value is (218,126,139). Sum of RGB (Red+Green+Blue) = 218+126+139=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E8B is #258174. Grayscale: #9B9B9B. Windows color (decimal): -2457973 or 9141978. OLE color: 9141978.

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

Color convert

RGB 218 126 139 -
CMYK 0 0.42 0.36 0.15
HSL 351.52º 0.55% 0.67% -
HSV(B) 351.52º 0.42% 0.85% -
XYZ 41.03 31.69 28.38 -
YUV 154.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 218 126 139 0 0.42 0.36 0.15 351.52 0.55 0.67
Hex DA 7E 8B 0 2A 24 F 160 37 43
Octal 332 176 213 0 52 44 17 540 67 103
Binary 11011010 1111110 10001011 0 101010 100100 1111 101100000 110111 1000011

Color Harmonies of #DA7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E8B

Black with #DA7E8B

Text Example


Text Example

White with #DA7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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