Html Css Color HEX #D58DA7 Kobi

📋 copy color: '#D58DA7'

red 213 ◦ green 141 ◦ blue 167

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

Shades of Kobi #D58DA7

Tints of Kobi #D58DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.05%

R = 40.88%
G = 27.06%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D58DA7 (or 0xD58DA7) is known color: Kobi. HEX triplet: D5, 8D and A7. RGB value is (213,141,167). Sum of RGB (Red+Green+Blue) = 213+141+167=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA7 is #2A7258. Grayscale: #A5A5A5. Windows color (decimal): -2781785 or 10980821. OLE color: 10980821.

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

Color convert

RGB 213 141 167 -
CMYK 0 0.34 0.22 0.16
HSL 338.33º 0.46% 0.69% -
HSV(B) 338.33º 0.34% 0.84% -
XYZ 43.94 35.99 41.19 -
YUV 165.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 213 141 167 0 0.34 0.22 0.16 338.33 0.46 0.69
Hex D5 8D A7 0 22 16 10 152 2E 45
Octal 325 215 247 0 42 26 20 522 56 105
Binary 11010101 10001101 10100111 0 100010 10110 10000 101010010 101110 1000101

Color Harmonies of #D58DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DA7

Black with #D58DA7

Text Example


Text Example

White with #D58DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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