Html Css Color HEX #DC8694 Carissma

📋 copy color: '#DC8694'

red 220 ◦ green 134 ◦ blue 148

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

Shades of Carissma #DC8694

Tints of Carissma #DC8694

RGB

 RED value IS 220 (86.33% from 255) = 43.82%

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

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

R = 43.82%
G = 26.69%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8694 (or 0xDC8694) is known color: Carissma. HEX triplet: DC, 86 and 94. RGB value is (220,134,148). Sum of RGB (Red+Green+Blue) = 220+134+148=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8694 is #23796B. Grayscale: #A1A1A1. Windows color (decimal): -2324844 or 9733852. OLE color: 9733852.

HSL color Cylindrical-coordinate representation of color #DC8694: hue angle of 350.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8694 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 148 -
CMYK 0 0.39 0.33 0.14
HSL 350.23º 0.55% 0.69% -
HSV(B) 350.23º 0.39% 0.86% -
XYZ 43.39 34.4 32.37 -
YUV 161.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 220 134 148 0 0.39 0.33 0.14 350.23 0.55 0.69
Hex DC 86 94 0 27 21 E 15E 37 45
Octal 334 206 224 0 47 41 16 536 67 105
Binary 11011100 10000110 10010100 0 100111 100001 1110 101011110 110111 1000101

Color Harmonies of #DC8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8694

Black with #DC8694

Text Example


Text Example

White with #DC8694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8694; }

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

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

background-color css

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

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

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

border-color css

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

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

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