Html Css Color HEX #D784AD Kobi

📋 copy color: '#D784AD'

red 215 ◦ green 132 ◦ blue 173

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

Shades of Kobi #D784AD

Tints of Kobi #D784AD

RGB

 RED value IS 215 (84.38% from 255) = 41.35%

 GREEN value IS 132 (51.95% from 255) = 25.38%

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

R = 41.35%
G = 25.38%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D784AD (or 0xD784AD) is known color: Kobi. HEX triplet: D7, 84 and AD. RGB value is (215,132,173). Sum of RGB (Red+Green+Blue) = 215+132+173=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D784AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D784AD is #287B52. Grayscale: #A1A1A1. Windows color (decimal): -2653011 or 11371735. OLE color: 11371735.

HSL color Cylindrical-coordinate representation of color #D784AD: hue angle of 330.36º degrees, saturation: 0.51, 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 #D784AD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 173 -
CMYK 0 0.39 0.20 0.16
HSL 330.36º 0.51% 0.68% -
HSV(B) 330.36º 0.39% 0.84% -
XYZ 43.82 33.97 43.78 -
YUV 161.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 215 132 173 0 0.39 0.20 0.16 330.36 0.51 0.68
Hex D7 84 AD 0 27 14 10 14A 33 44
Octal 327 204 255 0 47 24 20 512 63 104
Binary 11010111 10000100 10101101 0 100111 10100 10000 101001010 110011 1000100

Color Harmonies of #D784AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784AD

Black with #D784AD

Text Example


Text Example

White with #D784AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784AD; }

 p { color: rgb(215,132,173); }

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

background-color css

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

 a { background-color: rgb(215,132,173); }

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

border-color css

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

 span { border-color: rgb(215,132,173); }

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