Html Css Color HEX #D580B1 Kobi

📋 copy color: '#D580B1'

red 213 ◦ green 128 ◦ blue 177

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

Shades of Kobi #D580B1

Tints of Kobi #D580B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 41.12%
G = 24.71%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D580B1 (or 0xD580B1) is known color: Kobi. HEX triplet: D5, 80 and B1. RGB value is (213,128,177). Sum of RGB (Red+Green+Blue) = 213+128+177=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D580B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580B1 is #2A7F4E. Grayscale: #9E9E9E. Windows color (decimal): -2785103 or 11632853. OLE color: 11632853.

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

Color convert

RGB 213 128 177 -
CMYK 0 0.40 0.17 0.16
HSL 325.41º 0.5% 0.67% -
HSV(B) 325.41º 0.4% 0.84% -
XYZ 43.1 32.76 45.65 -
YUV 159 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 213 128 177 0 0.40 0.17 0.16 325.41 0.5 0.67
Hex D5 80 B1 0 28 11 10 145 32 43
Octal 325 200 261 0 50 21 20 505 62 103
Binary 11010101 10000000 10110001 0 101000 10001 10000 101000101 110010 1000011

Color Harmonies of #D580B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580B1

Black with #D580B1

Text Example


Text Example

White with #D580B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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