Html Css Color HEX #D58AB3 Kobi

📋 copy color: '#D58AB3'

red 213 ◦ green 138 ◦ blue 179

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

Shades of Kobi #D58AB3

Tints of Kobi #D58AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 40.19%
G = 26.04%
B = 33.77%

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

#D58AB3 (or 0xD58AB3) is known color: Kobi. HEX triplet: D5, 8A and B3. RGB value is (213,138,179). Sum of RGB (Red+Green+Blue) = 213+138+179=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB3 is #2A754C. Grayscale: #A5A5A5. Windows color (decimal): -2782541 or 11766485. OLE color: 11766485.

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

Color convert

RGB 213 138 179 -
CMYK 0 0.35 0.16 0.16
HSL 327.2º 0.47% 0.69% -
HSV(B) 327.2º 0.35% 0.84% -
XYZ 44.67 35.58 47.16 -
YUV 165.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 213 138 179 0 0.35 0.16 0.16 327.2 0.47 0.69
Hex D5 8A B3 0 23 10 10 147 2F 45
Octal 325 212 263 0 43 20 20 507 57 105
Binary 11010101 10001010 10110011 0 100011 10000 10000 101000111 101111 1000101

Color Harmonies of #D58AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AB3

Black with #D58AB3

Text Example


Text Example

White with #D58AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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