Html Css Color HEX #DA8694 Carissma

📋 copy color: '#DA8694'

red 218 ◦ green 134 ◦ blue 148

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

Shades of Carissma #DA8694

Tints of Carissma #DA8694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.8%

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 43.6%
G = 26.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8694 (or 0xDA8694) is known color: Carissma. HEX triplet: DA, 86 and 94. RGB value is (218,134,148). Sum of RGB (Red+Green+Blue) = 218+134+148=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8694 is #25796B. Grayscale: #A0A0A0. Windows color (decimal): -2455916 or 9733850. OLE color: 9733850.

HSL color Cylindrical-coordinate representation of color #DA8694: hue angle of 350º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8694 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 148 -
CMYK 0 0.39 0.32 0.15
HSL 350º 0.53% 0.69% -
HSV(B) 350º 0.39% 0.85% -
XYZ 42.78 34.09 32.34 -
YUV 160.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 218 134 148 0 0.39 0.32 0.15 350 0.53 0.69
Hex DA 86 94 0 27 20 F 15E 35 45
Octal 332 206 224 0 47 40 17 536 65 105
Binary 11011010 10000110 10010100 0 100111 100000 1111 101011110 110101 1000101

Color Harmonies of #DA8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8694

Black with #DA8694

Text Example


Text Example

White with #DA8694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8694; }

 p { color: rgb(218,134,148); }

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

background-color css

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

 a { background-color: rgb(218,134,148); }

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

border-color css

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

 span { border-color: rgb(218,134,148); }

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