Html Css Color HEX #D588AE Kobi

📋 copy color: '#D588AE'

red 213 ◦ green 136 ◦ blue 174

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

Shades of Kobi #D588AE

Tints of Kobi #D588AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 40.73%
G = 26%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D588AE (or 0xD588AE) is known color: Kobi. HEX triplet: D5, 88 and AE. RGB value is (213,136,174). Sum of RGB (Red+Green+Blue) = 213+136+174=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AE is #2A7751. Grayscale: #A3A3A3. Windows color (decimal): -2783058 or 11438293. OLE color: 11438293.

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

Color convert

RGB 213 136 174 -
CMYK 0 0.36 0.18 0.16
HSL 330.39º 0.48% 0.68% -
HSV(B) 330.39º 0.36% 0.84% -
XYZ 43.88 34.81 44.45 -
YUV 163.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 213 136 174 0 0.36 0.18 0.16 330.39 0.48 0.68
Hex D5 88 AE 0 24 12 10 14A 30 44
Octal 325 210 256 0 44 22 20 512 60 104
Binary 11010101 10001000 10101110 0 100100 10010 10000 101001010 110000 1000100

Color Harmonies of #D588AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588AE

Black with #D588AE

Text Example


Text Example

White with #D588AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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