Html Css Color HEX #D385A8 Can Can

📋 copy color: '#D385A8'

red 211 ◦ green 133 ◦ blue 168

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

Shades of Can Can #D385A8

Tints of Can Can #D385A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.81%

R = 41.21%
G = 25.98%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D385A8 (or 0xD385A8) is known color: Can Can. HEX triplet: D3, 85 and A8. RGB value is (211,133,168). Sum of RGB (Red+Green+Blue) = 211+133+168=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A8 is #2C7A57. Grayscale: #A0A0A0. Windows color (decimal): -2914904 or 11044307. OLE color: 11044307.

HSL color Cylindrical-coordinate representation of color #D385A8: hue angle of 333.08º 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 #D385A8 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 168 -
CMYK 0 0.37 0.20 0.17
HSL 333.08º 0.47% 0.67% -
HSV(B) 333.08º 0.37% 0.83% -
XYZ 42.32 33.45 41.27 -
YUV 160.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 211 133 168 0 0.37 0.20 0.17 333.08 0.47 0.67
Hex D3 85 A8 0 25 14 11 14D 2F 43
Octal 323 205 250 0 45 24 21 515 57 103
Binary 11010011 10000101 10101000 0 100101 10100 10001 101001101 101111 1000011

Color Harmonies of #D385A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385A8

Black with #D385A8

Text Example


Text Example

White with #D385A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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