Html Css Color HEX #D588A8 Kobi

📋 copy color: '#D588A8'

red 213 ◦ green 136 ◦ blue 168

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

Shades of Kobi #D588A8

Tints of Kobi #D588A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 41.2%
G = 26.31%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D588A8 (or 0xD588A8) is known color: Kobi. HEX triplet: D5, 88 and A8. RGB value is (213,136,168). Sum of RGB (Red+Green+Blue) = 213+136+168=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D588A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588A8 is #2A7757. Grayscale: #A2A2A2. Windows color (decimal): -2783064 or 11045077. OLE color: 11045077.

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

Color convert

RGB 213 136 168 -
CMYK 0 0.36 0.21 0.16
HSL 335.06º 0.48% 0.68% -
HSV(B) 335.06º 0.36% 0.84% -
XYZ 43.31 34.58 41.44 -
YUV 162.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 213 136 168 0 0.36 0.21 0.16 335.06 0.48 0.68
Hex D5 88 A8 0 24 15 10 14F 30 44
Octal 325 210 250 0 44 25 20 517 60 104
Binary 11010101 10001000 10101000 0 100100 10101 10000 101001111 110000 1000100

Color Harmonies of #D588A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588A8

Black with #D588A8

Text Example


Text Example

White with #D588A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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