Html Css Color HEX #D588B2 Kobi

📋 copy color: '#D588B2'

red 213 ◦ green 136 ◦ blue 178

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

Shades of Kobi #D588B2

Tints of Kobi #D588B2

RGB

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

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

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

R = 40.42%
G = 25.81%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D588B2 (or 0xD588B2) is known color: Kobi. HEX triplet: D5, 88 and B2. RGB value is (213,136,178). Sum of RGB (Red+Green+Blue) = 213+136+178=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D588B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588B2 is #2A774D. Grayscale: #A3A3A3. Windows color (decimal): -2783054 or 11700437. OLE color: 11700437.

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

Color convert

RGB 213 136 178 -
CMYK 0 0.36 0.16 0.16
HSL 327.27º 0.48% 0.68% -
HSV(B) 327.27º 0.36% 0.84% -
XYZ 44.28 34.97 46.54 -
YUV 163.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 213 136 178 0 0.36 0.16 0.16 327.27 0.48 0.68
Hex D5 88 B2 0 24 10 10 147 30 44
Octal 325 210 262 0 44 20 20 507 60 104
Binary 11010101 10001000 10110010 0 100100 10000 10000 101000111 110000 1000100

Color Harmonies of #D588B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588B2

Black with #D588B2

Text Example


Text Example

White with #D588B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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