Html Css Color HEX #D093A4 Can Can

📋 copy color: '#D093A4'

red 208 ◦ green 147 ◦ blue 164

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

Shades of Can Can #D093A4

Tints of Can Can #D093A4

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 147 (57.81% from 255) = 28.32%

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 40.08%
G = 28.32%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D093A4 (or 0xD093A4) is known color: Can Can. HEX triplet: D0, 93 and A4. RGB value is (208,147,164). Sum of RGB (Red+Green+Blue) = 208+147+164=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D093A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D093A4 is #2F6C5B. Grayscale: #A7A7A7. Windows color (decimal): -3107932 or 10785744. OLE color: 10785744.

HSL color Cylindrical-coordinate representation of color #D093A4: hue angle of 343.28º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093A4 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 164 -
CMYK 0 0.29 0.21 0.18
HSL 343.28º 0.39% 0.7% -
HSV(B) 343.28º 0.29% 0.82% -
XYZ 43.15 36.96 39.98 -
YUV 167.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 208 147 164 0 0.29 0.21 0.18 343.28 0.39 0.7
Hex D0 93 A4 0 1D 15 12 157 27 46
Octal 320 223 244 0 35 25 22 527 47 106
Binary 11010000 10010011 10100100 0 11101 10101 10010 101010111 100111 1000110

Color Harmonies of #D093A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093A4

Black with #D093A4

Text Example


Text Example

White with #D093A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093A4; }

 p { color: rgb(208,147,164); }

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

background-color css

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

 a { background-color: rgb(208,147,164); }

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

border-color css

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

 span { border-color: rgb(208,147,164); }

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