Html Css Color HEX #D382A8 Can Can

📋 copy color: '#D382A8'

red 211 ◦ green 130 ◦ blue 168

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

Shades of Can Can #D382A8

Tints of Can Can #D382A8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

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

R = 41.45%
G = 25.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D382A8 (or 0xD382A8) is known color: Can Can. HEX triplet: D3, 82 and A8. RGB value is (211,130,168). Sum of RGB (Red+Green+Blue) = 211+130+168=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D382A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D382A8 is #2C7D57. Grayscale: #9E9E9E. Windows color (decimal): -2915672 or 11043539. OLE color: 11043539.

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

Color convert

RGB 211 130 168 -
CMYK 0 0.38 0.20 0.17
HSL 331.85º 0.48% 0.67% -
HSV(B) 331.85º 0.38% 0.83% -
XYZ 41.91 32.64 41.14 -
YUV 158.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 211 130 168 0 0.38 0.20 0.17 331.85 0.48 0.67
Hex D3 82 A8 0 26 14 11 14C 30 43
Octal 323 202 250 0 46 24 21 514 60 103
Binary 11010011 10000010 10101000 0 100110 10100 10001 101001100 110000 1000011

Color Harmonies of #D382A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382A8

Black with #D382A8

Text Example


Text Example

White with #D382A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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