Html Css Color HEX #D58DA8 Kobi

📋 copy color: '#D58DA8'

red 213 ◦ green 141 ◦ blue 168

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

Shades of Kobi #D58DA8

Tints of Kobi #D58DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.01%

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

R = 40.8%
G = 27.01%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D58DA8 (or 0xD58DA8) is known color: Kobi. HEX triplet: D5, 8D and A8. RGB value is (213,141,168). Sum of RGB (Red+Green+Blue) = 213+141+168=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA8 is #2A7257. Grayscale: #A5A5A5. Windows color (decimal): -2781784 or 11046357. OLE color: 11046357.

HSL color Cylindrical-coordinate representation of color #D58DA8: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DA8 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 168 -
CMYK 0 0.34 0.21 0.16
HSL 337.5º 0.46% 0.69% -
HSV(B) 337.5º 0.34% 0.84% -
XYZ 44.03 36.02 41.68 -
YUV 165.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 213 141 168 0 0.34 0.21 0.16 337.5 0.46 0.69
Hex D5 8D A8 0 22 15 10 152 2E 45
Octal 325 215 250 0 42 25 20 522 56 105
Binary 11010101 10001101 10101000 0 100010 10101 10000 101010010 101110 1000101

Color Harmonies of #D58DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DA8

Black with #D58DA8

Text Example


Text Example

White with #D58DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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