Html Css Color HEX #D58EAD Kobi

📋 copy color: '#D58EAD'

red 213 ◦ green 142 ◦ blue 173

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

Shades of Kobi #D58EAD

Tints of Kobi #D58EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 40.34%
G = 26.89%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D58EAD (or 0xD58EAD) is known color: Kobi. HEX triplet: D5, 8E and AD. RGB value is (213,142,173). Sum of RGB (Red+Green+Blue) = 213+142+173=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EAD is #2A7152. Grayscale: #A6A6A6. Windows color (decimal): -2781523 or 11374293. OLE color: 11374293.

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

Color convert

RGB 213 142 173 -
CMYK 0 0.33 0.19 0.16
HSL 333.8º 0.46% 0.7% -
HSV(B) 333.8º 0.33% 0.84% -
XYZ 44.66 36.51 44.23 -
YUV 166.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 213 142 173 0 0.33 0.19 0.16 333.8 0.46 0.7
Hex D5 8E AD 0 21 13 10 14E 2E 46
Octal 325 216 255 0 41 23 20 516 56 106
Binary 11010101 10001110 10101101 0 100001 10011 10000 101001110 101110 1000110

Color Harmonies of #D58EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EAD

Black with #D58EAD

Text Example


Text Example

White with #D58EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EAD; }

 p { color: rgb(213,142,173); }

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

background-color css

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

 a { background-color: rgb(213,142,173); }

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

border-color css

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

 span { border-color: rgb(213,142,173); }

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