Html Css Color HEX #D385A0 Can Can

📋 copy color: '#D385A0'

red 211 ◦ green 133 ◦ blue 160

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

Shades of Can Can #D385A0

Tints of Can Can #D385A0

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

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

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 41.87%
G = 26.39%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D385A0 (or 0xD385A0) is known color: Can Can. HEX triplet: D3, 85 and A0. RGB value is (211,133,160). Sum of RGB (Red+Green+Blue) = 211+133+160=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A0 is #2C7A5F. Grayscale: #9F9F9F. Windows color (decimal): -2914912 or 10520019. OLE color: 10520019.

HSL color Cylindrical-coordinate representation of color #D385A0: hue angle of 339.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385A0 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 160 -
CMYK 0 0.37 0.24 0.17
HSL 339.23º 0.47% 0.67% -
HSV(B) 339.23º 0.37% 0.83% -
XYZ 41.6 33.16 37.47 -
YUV 159.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 211 133 160 0 0.37 0.24 0.17 339.23 0.47 0.67
Hex D3 85 A0 0 25 18 11 153 2F 43
Octal 323 205 240 0 45 30 21 523 57 103
Binary 11010011 10000101 10100000 0 100101 11000 10001 101010011 101111 1000011

Color Harmonies of #D385A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385A0

Black with #D385A0

Text Example


Text Example

White with #D385A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385A0; }

 p { color: rgb(211,133,160); }

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

background-color css

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

 a { background-color: rgb(211,133,160); }

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

border-color css

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

 span { border-color: rgb(211,133,160); }

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