Html Css Color HEX #D780A8 Kobi

📋 copy color: '#D780A8'

red 215 ◦ green 128 ◦ blue 168

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

Shades of Kobi #D780A8

Tints of Kobi #D780A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 42.07%
G = 25.05%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D780A8 (or 0xD780A8) is known color: Kobi. HEX triplet: D7, 80 and A8. RGB value is (215,128,168). Sum of RGB (Red+Green+Blue) = 215+128+168=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D780A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780A8 is #287F57. Grayscale: #9E9E9E. Windows color (decimal): -2654040 or 11043031. OLE color: 11043031.

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

Color convert

RGB 215 128 168 -
CMYK 0 0.40 0.22 0.16
HSL 332.41º 0.52% 0.67% -
HSV(B) 332.41º 0.4% 0.84% -
XYZ 42.81 32.71 41.1 -
YUV 158.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 215 128 168 0 0.40 0.22 0.16 332.41 0.52 0.67
Hex D7 80 A8 0 28 16 10 14C 34 43
Octal 327 200 250 0 50 26 20 514 64 103
Binary 11010111 10000000 10101000 0 101000 10110 10000 101001100 110100 1000011

Color Harmonies of #D780A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780A8

Black with #D780A8

Text Example


Text Example

White with #D780A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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