Html Css Color HEX #D585B0 Kobi

📋 copy color: '#D585B0'

red 213 ◦ green 133 ◦ blue 176

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

Shades of Kobi #D585B0

Tints of Kobi #D585B0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.48%

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 40.8%
G = 25.48%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D585B0 (or 0xD585B0) is known color: Kobi. HEX triplet: D5, 85 and B0. RGB value is (213,133,176). Sum of RGB (Red+Green+Blue) = 213+133+176=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585B0 is #2A7A4F. Grayscale: #A1A1A1. Windows color (decimal): -2783824 or 11568597. OLE color: 11568597.

HSL color Cylindrical-coordinate representation of color #D585B0: hue angle of 327.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585B0 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 176 -
CMYK 0 0.38 0.17 0.16
HSL 327.75º 0.49% 0.68% -
HSV(B) 327.75º 0.38% 0.84% -
XYZ 43.66 34.06 45.35 -
YUV 161.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 213 133 176 0 0.38 0.17 0.16 327.75 0.49 0.68
Hex D5 85 B0 0 26 11 10 148 31 44
Octal 325 205 260 0 46 21 20 510 61 104
Binary 11010101 10000101 10110000 0 100110 10001 10000 101001000 110001 1000100

Color Harmonies of #D585B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585B0

Black with #D585B0

Text Example


Text Example

White with #D585B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585B0; }

 p { color: rgb(213,133,176); }

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

background-color css

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

 a { background-color: rgb(213,133,176); }

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

border-color css

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

 span { border-color: rgb(213,133,176); }

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