Html Css Color HEX #D583AD Kobi

📋 copy color: '#D583AD'

red 213 ◦ green 131 ◦ blue 173

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

Shades of Kobi #D583AD

Tints of Kobi #D583AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.34%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 41.2%
G = 25.34%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D583AD (or 0xD583AD) is known color: Kobi. HEX triplet: D5, 83 and AD. RGB value is (213,131,173). Sum of RGB (Red+Green+Blue) = 213+131+173=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D583AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D583AD is #2A7C52. Grayscale: #A0A0A0. Windows color (decimal): -2784339 or 11371477. OLE color: 11371477.

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

Color convert

RGB 213 131 173 -
CMYK 0 0.38 0.19 0.16
HSL 329.27º 0.49% 0.67% -
HSV(B) 329.27º 0.38% 0.84% -
XYZ 43.1 33.4 43.71 -
YUV 160.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 213 131 173 0 0.38 0.19 0.16 329.27 0.49 0.67
Hex D5 83 AD 0 26 13 10 149 31 43
Octal 325 203 255 0 46 23 20 511 61 103
Binary 11010101 10000011 10101101 0 100110 10011 10000 101001001 110001 1000011

Color Harmonies of #D583AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583AD

Black with #D583AD

Text Example


Text Example

White with #D583AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583AD; }

 p { color: rgb(213,131,173); }

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

background-color css

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

 a { background-color: rgb(213,131,173); }

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

border-color css

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

 span { border-color: rgb(213,131,173); }

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