Html Css Color HEX #DC8194 Carissma

📋 copy color: '#DC8194'

red 220 ◦ green 129 ◦ blue 148

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

Shades of Carissma #DC8194

Tints of Carissma #DC8194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

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

R = 44.27%
G = 25.96%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8194 (or 0xDC8194) is known color: Carissma. HEX triplet: DC, 81 and 94. RGB value is (220,129,148). Sum of RGB (Red+Green+Blue) = 220+129+148=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8194 is #237E6B. Grayscale: #9E9E9E. Windows color (decimal): -2326124 or 9732572. OLE color: 9732572.

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

Color convert

RGB 220 129 148 -
CMYK 0 0.41 0.33 0.14
HSL 347.47º 0.57% 0.68% -
HSV(B) 347.47º 0.41% 0.86% -
XYZ 42.71 33.05 32.15 -
YUV 158.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 220 129 148 0 0.41 0.33 0.14 347.47 0.57 0.68
Hex DC 81 94 0 29 21 E 15B 39 44
Octal 334 201 224 0 51 41 16 533 71 104
Binary 11011100 10000001 10010100 0 101001 100001 1110 101011011 111001 1000100

Color Harmonies of #DC8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8194

Black with #DC8194

Text Example


Text Example

White with #DC8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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