Html Css Color HEX #D580B2 Kobi

📋 copy color: '#D580B2'

red 213 ◦ green 128 ◦ blue 178

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

Shades of Kobi #D580B2

Tints of Kobi #D580B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 41.04%
G = 24.66%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D580B2 (or 0xD580B2) is known color: Kobi. HEX triplet: D5, 80 and B2. RGB value is (213,128,178). Sum of RGB (Red+Green+Blue) = 213+128+178=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D580B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580B2 is #2A7F4D. Grayscale: #9F9F9F. Windows color (decimal): -2785102 or 11698389. OLE color: 11698389.

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

Color convert

RGB 213 128 178 -
CMYK 0 0.40 0.16 0.16
HSL 324.71º 0.5% 0.67% -
HSV(B) 324.71º 0.4% 0.84% -
XYZ 43.2 32.8 46.17 -
YUV 159.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 213 128 178 0 0.40 0.16 0.16 324.71 0.5 0.67
Hex D5 80 B2 0 28 10 10 145 32 43
Octal 325 200 262 0 50 20 20 505 62 103
Binary 11010101 10000000 10110010 0 101000 10000 10000 101000101 110010 1000011

Color Harmonies of #D580B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580B2

Black with #D580B2

Text Example


Text Example

White with #D580B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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