Html Css Color HEX #D580AC Kobi

📋 copy color: '#D580AC'

red 213 ◦ green 128 ◦ blue 172

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

Shades of Kobi #D580AC

Tints of Kobi #D580AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.95%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 41.52%
G = 24.95%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D580AC (or 0xD580AC) is known color: Kobi. HEX triplet: D5, 80 and AC. RGB value is (213,128,172). Sum of RGB (Red+Green+Blue) = 213+128+172=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D580AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580AC is #2A7F53. Grayscale: #9E9E9E. Windows color (decimal): -2785108 or 11305173. OLE color: 11305173.

HSL color Cylindrical-coordinate representation of color #D580AC: hue angle of 328.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580AC is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 172 -
CMYK 0 0.40 0.19 0.16
HSL 328.94º 0.5% 0.67% -
HSV(B) 328.94º 0.4% 0.84% -
XYZ 42.61 32.56 43.07 -
YUV 158.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 213 128 172 0 0.40 0.19 0.16 328.94 0.5 0.67
Hex D5 80 AC 0 28 13 10 149 32 43
Octal 325 200 254 0 50 23 20 511 62 103
Binary 11010101 10000000 10101100 0 101000 10011 10000 101001001 110010 1000011

Color Harmonies of #D580AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580AC

Black with #D580AC

Text Example


Text Example

White with #D580AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580AC; }

 p { color: rgb(213,128,172); }

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

background-color css

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

 a { background-color: rgb(213,128,172); }

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

border-color css

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

 span { border-color: rgb(213,128,172); }

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