Html Css Color HEX #D780AC Kobi

📋 copy color: '#D780AC'

red 215 ◦ green 128 ◦ blue 172

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

Shades of Kobi #D780AC

Tints of Kobi #D780AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 41.75%
G = 24.85%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D780AC (or 0xD780AC) is known color: Kobi. HEX triplet: D7, 80 and AC. RGB value is (215,128,172). Sum of RGB (Red+Green+Blue) = 215+128+172=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AC is #287F53. Grayscale: #9E9E9E. Windows color (decimal): -2654036 or 11305175. OLE color: 11305175.

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

Color convert

RGB 215 128 172 -
CMYK 0 0.40 0.2 0.16
HSL 329.66º 0.52% 0.67% -
HSV(B) 329.66º 0.4% 0.84% -
XYZ 43.19 32.86 43.1 -
YUV 159.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 215 128 172 0 0.40 0.2 0.16 329.66 0.52 0.67
Hex D7 80 AC 0 28 14 10 14A 34 43
Octal 327 200 254 0 50 24 20 512 64 103
Binary 11010111 10000000 10101100 0 101000 10100 10000 101001010 110100 1000011

Color Harmonies of #D780AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780AC

Black with #D780AC

Text Example


Text Example

White with #D780AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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