Html Css Color HEX #D58CB1 Kobi

📋 copy color: '#D58CB1'

red 213 ◦ green 140 ◦ blue 177

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

Shades of Kobi #D58CB1

Tints of Kobi #D58CB1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 40.19%
G = 26.42%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D58CB1 (or 0xD58CB1) is known color: Kobi. HEX triplet: D5, 8C and B1. RGB value is (213,140,177). Sum of RGB (Red+Green+Blue) = 213+140+177=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CB1 is #2A734E. Grayscale: #A5A5A5. Windows color (decimal): -2782031 or 11635925. OLE color: 11635925.

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

Color convert

RGB 213 140 177 -
CMYK 0 0.34 0.17 0.16
HSL 329.59º 0.46% 0.69% -
HSV(B) 329.59º 0.34% 0.84% -
XYZ 44.75 36.08 46.2 -
YUV 166.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 213 140 177 0 0.34 0.17 0.16 329.59 0.46 0.69
Hex D5 8C B1 0 22 11 10 14A 2E 45
Octal 325 214 261 0 42 21 20 512 56 105
Binary 11010101 10001100 10110001 0 100010 10001 10000 101001010 101110 1000101

Color Harmonies of #D58CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CB1

Black with #D58CB1

Text Example


Text Example

White with #D58CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CB1; }

 p { color: rgb(213,140,177); }

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

background-color css

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

 a { background-color: rgb(213,140,177); }

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

border-color css

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

 span { border-color: rgb(213,140,177); }

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