Html Css Color HEX #D583AE Kobi

📋 copy color: '#D583AE'

red 213 ◦ green 131 ◦ blue 174

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

Shades of Kobi #D583AE

Tints of Kobi #D583AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.59%

R = 41.12%
G = 25.29%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D583AE (or 0xD583AE) is known color: Kobi. HEX triplet: D5, 83 and AE. RGB value is (213,131,174). Sum of RGB (Red+Green+Blue) = 213+131+174=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D583AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D583AE is #2A7C51. Grayscale: #A0A0A0. Windows color (decimal): -2784338 or 11437013. OLE color: 11437013.

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

Color convert

RGB 213 131 174 -
CMYK 0 0.38 0.18 0.16
HSL 328.54º 0.49% 0.67% -
HSV(B) 328.54º 0.38% 0.84% -
XYZ 43.2 33.43 44.22 -
YUV 160.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 213 131 174 0 0.38 0.18 0.16 328.54 0.49 0.67
Hex D5 83 AE 0 26 12 10 149 31 43
Octal 325 203 256 0 46 22 20 511 61 103
Binary 11010101 10000011 10101110 0 100110 10010 10000 101001001 110001 1000011

Color Harmonies of #D583AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583AE

Black with #D583AE

Text Example


Text Example

White with #D583AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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