Html Css Color HEX #D680A8 Kobi

📋 copy color: '#D680A8'

red 214 ◦ green 128 ◦ blue 168

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

Shades of Kobi #D680A8

Tints of Kobi #D680A8

RGB

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

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

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

R = 41.96%
G = 25.1%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D680A8 (or 0xD680A8) is known color: Kobi. HEX triplet: D6, 80 and A8. RGB value is (214,128,168). Sum of RGB (Red+Green+Blue) = 214+128+168=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D680A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680A8 is #297F57. Grayscale: #9E9E9E. Windows color (decimal): -2719576 or 11043030. OLE color: 11043030.

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

Color convert

RGB 214 128 168 -
CMYK 0 0.40 0.21 0.16
HSL 332.09º 0.51% 0.67% -
HSV(B) 332.09º 0.4% 0.84% -
XYZ 42.52 32.56 41.09 -
YUV 158.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 214 128 168 0 0.40 0.21 0.16 332.09 0.51 0.67
Hex D6 80 A8 0 28 15 10 14C 33 43
Octal 326 200 250 0 50 25 20 514 63 103
Binary 11010110 10000000 10101000 0 101000 10101 10000 101001100 110011 1000011

Color Harmonies of #D680A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680A8

Black with #D680A8

Text Example


Text Example

White with #D680A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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