Html Css Color HEX #D683AD Kobi

📋 copy color: '#D683AD'

red 214 ◦ green 131 ◦ blue 173

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

Shades of Kobi #D683AD

Tints of Kobi #D683AD

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

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

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

R = 41.31%
G = 25.29%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D683AD (or 0xD683AD) is known color: Kobi. HEX triplet: D6, 83 and AD. RGB value is (214,131,173). Sum of RGB (Red+Green+Blue) = 214+131+173=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D683AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D683AD is #297C52. Grayscale: #A0A0A0. Windows color (decimal): -2718803 or 11371478. OLE color: 11371478.

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

Color convert

RGB 214 131 173 -
CMYK 0 0.39 0.19 0.16
HSL 329.64º 0.5% 0.68% -
HSV(B) 329.64º 0.39% 0.84% -
XYZ 43.39 33.55 43.72 -
YUV 160.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 214 131 173 0 0.39 0.19 0.16 329.64 0.5 0.68
Hex D6 83 AD 0 27 13 10 14A 32 44
Octal 326 203 255 0 47 23 20 512 62 104
Binary 11010110 10000011 10101101 0 100111 10011 10000 101001010 110010 1000100

Color Harmonies of #D683AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D683AD

Black with #D683AD

Text Example


Text Example

White with #D683AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D683AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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