Html Css Color HEX #D581AB Kobi

📋 copy color: '#D581AB'

red 213 ◦ green 129 ◦ blue 171

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

Shades of Kobi #D581AB

Tints of Kobi #D581AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.15%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 41.52%
G = 25.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D581AB (or 0xD581AB) is known color: Kobi. HEX triplet: D5, 81 and AB. RGB value is (213,129,171). Sum of RGB (Red+Green+Blue) = 213+129+171=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D581AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D581AB is #2A7E54. Grayscale: #9E9E9E. Windows color (decimal): -2784853 or 11239893. OLE color: 11239893.

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

Color convert

RGB 213 129 171 -
CMYK 0 0.39 0.20 0.16
HSL 330º 0.5% 0.67% -
HSV(B) 330º 0.39% 0.84% -
XYZ 42.64 32.79 42.61 -
YUV 158.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 213 129 171 0 0.39 0.20 0.16 330 0.5 0.67
Hex D5 81 AB 0 27 14 10 14A 32 43
Octal 325 201 253 0 47 24 20 512 62 103
Binary 11010101 10000001 10101011 0 100111 10100 10000 101001010 110010 1000011

Color Harmonies of #D581AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581AB

Black with #D581AB

Text Example


Text Example

White with #D581AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581AB; }

 p { color: rgb(213,129,171); }

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

background-color css

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

 a { background-color: rgb(213,129,171); }

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

border-color css

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

 span { border-color: rgb(213,129,171); }

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