Html Css Color HEX #D780AD Kobi

📋 copy color: '#D780AD'

red 215 ◦ green 128 ◦ blue 173

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

Shades of Kobi #D780AD

Tints of Kobi #D780AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.81%

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

R = 41.67%
G = 24.81%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D780AD (or 0xD780AD) is known color: Kobi. HEX triplet: D7, 80 and AD. RGB value is (215,128,173). Sum of RGB (Red+Green+Blue) = 215+128+173=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AD is #287F52. Grayscale: #9F9F9F. Windows color (decimal): -2654035 or 11370711. OLE color: 11370711.

HSL color Cylindrical-coordinate representation of color #D780AD: hue angle of 328.97º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 173 -
CMYK 0 0.40 0.20 0.16
HSL 328.97º 0.52% 0.67% -
HSV(B) 328.97º 0.4% 0.84% -
XYZ 43.29 32.9 43.6 -
YUV 159.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 215 128 173 0 0.40 0.20 0.16 328.97 0.52 0.67
Hex D7 80 AD 0 28 14 10 149 34 43
Octal 327 200 255 0 50 24 20 511 64 103
Binary 11010111 10000000 10101101 0 101000 10100 10000 101001001 110100 1000011

Color Harmonies of #D780AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780AD

Black with #D780AD

Text Example


Text Example

White with #D780AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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