Html Css Color HEX #D58AB4 Kobi

📋 copy color: '#D58AB4'

red 213 ◦ green 138 ◦ blue 180

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

Shades of Kobi #D58AB4

Tints of Kobi #D58AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 40.11%
G = 25.99%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D58AB4 (or 0xD58AB4) is known color: Kobi. HEX triplet: D5, 8A and B4. RGB value is (213,138,180). Sum of RGB (Red+Green+Blue) = 213+138+180=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB4 is #2A754B. Grayscale: #A5A5A5. Windows color (decimal): -2782540 or 11832021. OLE color: 11832021.

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

Color convert

RGB 213 138 180 -
CMYK 0 0.35 0.15 0.16
HSL 326.4º 0.47% 0.69% -
HSV(B) 326.4º 0.35% 0.84% -
XYZ 44.77 35.62 47.7 -
YUV 165.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 213 138 180 0 0.35 0.15 0.16 326.4 0.47 0.69
Hex D5 8A B4 0 23 F 10 146 2F 45
Octal 325 212 264 0 43 17 20 506 57 105
Binary 11010101 10001010 10110100 0 100011 1111 10000 101000110 101111 1000101

Color Harmonies of #D58AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AB4

Black with #D58AB4

Text Example


Text Example

White with #D58AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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