Html Css Color HEX #DC859A Carissma

📋 copy color: '#DC859A'

red 220 ◦ green 133 ◦ blue 154

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

Shades of Carissma #DC859A

Tints of Carissma #DC859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 43.39%
G = 26.23%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC859A (or 0xDC859A) is known color: Carissma. HEX triplet: DC, 85 and 9A. RGB value is (220,133,154). Sum of RGB (Red+Green+Blue) = 220+133+154=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC859A is #237A65. Grayscale: #A1A1A1. Windows color (decimal): -2325094 or 10126812. OLE color: 10126812.

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

Color convert

RGB 220 133 154 -
CMYK 0 0.40 0.3 0.14
HSL 345.52º 0.55% 0.69% -
HSV(B) 345.52º 0.4% 0.86% -
XYZ 43.74 34.32 34.89 -
YUV 161.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 220 133 154 0 0.40 0.3 0.14 345.52 0.55 0.69
Hex DC 85 9A 0 28 1E E 15A 37 45
Octal 334 205 232 0 50 36 16 532 67 105
Binary 11011100 10000101 10011010 0 101000 11110 1110 101011010 110111 1000101

Color Harmonies of #DC859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC859A

Black with #DC859A

Text Example


Text Example

White with #DC859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC859A; }

 p { color: rgb(220,133,154); }

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

background-color css

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

 a { background-color: rgb(220,133,154); }

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

border-color css

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

 span { border-color: rgb(220,133,154); }

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