Html Css Color HEX #D58DB4 Kobi

📋 copy color: '#D58DB4'

red 213 ◦ green 141 ◦ blue 180

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

Shades of Kobi #D58DB4

Tints of Kobi #D58DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

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

R = 39.89%
G = 26.4%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D58DB4 (or 0xD58DB4) is known color: Kobi. HEX triplet: D5, 8D and B4. RGB value is (213,141,180). Sum of RGB (Red+Green+Blue) = 213+141+180=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DB4 is #2A724B. Grayscale: #A6A6A6. Windows color (decimal): -2781772 or 11832789. OLE color: 11832789.

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

Color convert

RGB 213 141 180 -
CMYK 0 0.34 0.15 0.16
HSL 327.5º 0.46% 0.69% -
HSV(B) 327.5º 0.34% 0.84% -
XYZ 45.2 36.49 47.84 -
YUV 166.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 213 141 180 0 0.34 0.15 0.16 327.5 0.46 0.69
Hex D5 8D B4 0 22 F 10 148 2E 45
Octal 325 215 264 0 42 17 20 510 56 105
Binary 11010101 10001101 10110100 0 100010 1111 10000 101001000 101110 1000101

Color Harmonies of #D58DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DB4

Black with #D58DB4

Text Example


Text Example

White with #D58DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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