Html Css Color HEX #D585B2 Kobi

📋 copy color: '#D585B2'

red 213 ◦ green 133 ◦ blue 178

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

Shades of Kobi #D585B2

Tints of Kobi #D585B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 40.65%
G = 25.38%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D585B2 (or 0xD585B2) is known color: Kobi. HEX triplet: D5, 85 and B2. RGB value is (213,133,178). Sum of RGB (Red+Green+Blue) = 213+133+178=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585B2 is #2A7A4D. Grayscale: #A1A1A1. Windows color (decimal): -2783822 or 11699669. OLE color: 11699669.

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

Color convert

RGB 213 133 178 -
CMYK 0 0.38 0.16 0.16
HSL 326.25º 0.49% 0.68% -
HSV(B) 326.25º 0.38% 0.84% -
XYZ 43.86 34.14 46.4 -
YUV 162.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 213 133 178 0 0.38 0.16 0.16 326.25 0.49 0.68
Hex D5 85 B2 0 26 10 10 146 31 44
Octal 325 205 262 0 46 20 20 506 61 104
Binary 11010101 10000101 10110010 0 100110 10000 10000 101000110 110001 1000100

Color Harmonies of #D585B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585B2

Black with #D585B2

Text Example


Text Example

White with #D585B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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