Html Css Color HEX #D584AD Kobi

📋 copy color: '#D584AD'

red 213 ◦ green 132 ◦ blue 173

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

Shades of Kobi #D584AD

Tints of Kobi #D584AD

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

 GREEN value IS 132 (51.95% from 255) = 25.48%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 41.12%
G = 25.48%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D584AD (or 0xD584AD) is known color: Kobi. HEX triplet: D5, 84 and AD. RGB value is (213,132,173). Sum of RGB (Red+Green+Blue) = 213+132+173=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D584AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584AD is #2A7B52. Grayscale: #A0A0A0. Windows color (decimal): -2784083 or 11371733. OLE color: 11371733.

HSL color Cylindrical-coordinate representation of color #D584AD: hue angle of 329.63º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584AD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 173 -
CMYK 0 0.38 0.19 0.16
HSL 329.63º 0.49% 0.68% -
HSV(B) 329.63º 0.38% 0.84% -
XYZ 43.23 33.67 43.75 -
YUV 160.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 213 132 173 0 0.38 0.19 0.16 329.63 0.49 0.68
Hex D5 84 AD 0 26 13 10 14A 31 44
Octal 325 204 255 0 46 23 20 512 61 104
Binary 11010101 10000100 10101101 0 100110 10011 10000 101001010 110001 1000100

Color Harmonies of #D584AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584AD

Black with #D584AD

Text Example


Text Example

White with #D584AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584AD; }

 p { color: rgb(213,132,173); }

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

background-color css

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

 a { background-color: rgb(213,132,173); }

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

border-color css

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

 span { border-color: rgb(213,132,173); }

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