Html Css Color HEX #D588AB Kobi

📋 copy color: '#D588AB'

red 213 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D588AB

Tints of Kobi #D588AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.15%

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

R = 40.96%
G = 26.15%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D588AB (or 0xD588AB) is known color: Kobi. HEX triplet: D5, 88 and AB. RGB value is (213,136,171). Sum of RGB (Red+Green+Blue) = 213+136+171=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AB is #2A7754. Grayscale: #A2A2A2. Windows color (decimal): -2783061 or 11241685. OLE color: 11241685.

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

Color convert

RGB 213 136 171 -
CMYK 0 0.36 0.20 0.16
HSL 332.73º 0.48% 0.68% -
HSV(B) 332.73º 0.36% 0.84% -
XYZ 43.6 34.69 42.93 -
YUV 163.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 213 136 171 0 0.36 0.20 0.16 332.73 0.48 0.68
Hex D5 88 AB 0 24 14 10 14D 30 44
Octal 325 210 253 0 44 24 20 515 60 104
Binary 11010101 10001000 10101011 0 100100 10100 10000 101001101 110000 1000100

Color Harmonies of #D588AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588AB

Black with #D588AB

Text Example


Text Example

White with #D588AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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