Html Css Color HEX #D585B3 Kobi

📋 copy color: '#D585B3'

red 213 ◦ green 133 ◦ blue 179

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

Shades of Kobi #D585B3

Tints of Kobi #D585B3

RGB

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

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

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

R = 40.57%
G = 25.33%
B = 34.1%

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

#D585B3 (or 0xD585B3) is known color: Kobi. HEX triplet: D5, 85 and B3. RGB value is (213,133,179). Sum of RGB (Red+Green+Blue) = 213+133+179=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585B3 is #2A7A4C. Grayscale: #A2A2A2. Windows color (decimal): -2783821 or 11765205. OLE color: 11765205.

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

Color convert

RGB 213 133 179 -
CMYK 0 0.38 0.16 0.16
HSL 325.5º 0.49% 0.68% -
HSV(B) 325.5º 0.38% 0.84% -
XYZ 43.96 34.18 46.93 -
YUV 162.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 213 133 179 0 0.38 0.16 0.16 325.5 0.49 0.68
Hex D5 85 B3 0 26 10 10 146 31 44
Octal 325 205 263 0 46 20 20 506 61 104
Binary 11010101 10000101 10110011 0 100110 10000 10000 101000110 110001 1000100

Color Harmonies of #D585B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585B3

Black with #D585B3

Text Example


Text Example

White with #D585B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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