Html Css Color HEX #D58AAB Kobi

📋 copy color: '#D58AAB'

red 213 ◦ green 138 ◦ blue 171

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

Shades of Kobi #D58AAB

Tints of Kobi #D58AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 40.8%
G = 26.44%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D58AAB (or 0xD58AAB) is known color: Kobi. HEX triplet: D5, 8A and AB. RGB value is (213,138,171). Sum of RGB (Red+Green+Blue) = 213+138+171=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAB is #2A7554. Grayscale: #A4A4A4. Windows color (decimal): -2782549 or 11242197. OLE color: 11242197.

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

Color convert

RGB 213 138 171 -
CMYK 0 0.35 0.20 0.16
HSL 333.6º 0.47% 0.69% -
HSV(B) 333.6º 0.35% 0.84% -
XYZ 43.88 35.26 43.02 -
YUV 164.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 213 138 171 0 0.35 0.20 0.16 333.6 0.47 0.69
Hex D5 8A AB 0 23 14 10 14E 2F 45
Octal 325 212 253 0 43 24 20 516 57 105
Binary 11010101 10001010 10101011 0 100011 10100 10000 101001110 101111 1000101

Color Harmonies of #D58AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AAB

Black with #D58AAB

Text Example


Text Example

White with #D58AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AAB; }

 p { color: rgb(213,138,171); }

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

background-color css

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

 a { background-color: rgb(213,138,171); }

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

border-color css

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

 span { border-color: rgb(213,138,171); }

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