Html Css Color HEX #D58AB2 Kobi

📋 copy color: '#D58AB2'

red 213 ◦ green 138 ◦ blue 178

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

Shades of Kobi #D58AB2

Tints of Kobi #D58AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 40.26%
G = 26.09%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D58AB2 (or 0xD58AB2) is known color: Kobi. HEX triplet: D5, 8A and B2. RGB value is (213,138,178). Sum of RGB (Red+Green+Blue) = 213+138+178=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AB2 is #2A754D. Grayscale: #A4A4A4. Windows color (decimal): -2782542 or 11700949. OLE color: 11700949.

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

Color convert

RGB 213 138 178 -
CMYK 0 0.35 0.16 0.16
HSL 328º 0.47% 0.69% -
HSV(B) 328º 0.35% 0.84% -
XYZ 44.56 35.54 46.63 -
YUV 164.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 213 138 178 0 0.35 0.16 0.16 328 0.47 0.69
Hex D5 8A B2 0 23 10 10 148 2F 45
Octal 325 212 262 0 43 20 20 510 57 105
Binary 11010101 10001010 10110010 0 100011 10000 10000 101001000 101111 1000101

Color Harmonies of #D58AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AB2

Black with #D58AB2

Text Example


Text Example

White with #D58AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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