Html Css Color HEX #D696AD Kobi

📋 copy color: '#D696AD'

red 214 ◦ green 150 ◦ blue 173

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

Shades of Kobi #D696AD

Tints of Kobi #D696AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 39.85%
G = 27.93%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D696AD (or 0xD696AD) is known color: Kobi. HEX triplet: D6, 96 and AD. RGB value is (214,150,173). Sum of RGB (Red+Green+Blue) = 214+150+173=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AD is #296952. Grayscale: #ABABAB. Windows color (decimal): -2713939 or 11376342. OLE color: 11376342.

HSL color Cylindrical-coordinate representation of color #D696AD: hue angle of 338.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696AD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 173 -
CMYK 0 0.30 0.19 0.16
HSL 338.44º 0.44% 0.71% -
HSV(B) 338.44º 0.3% 0.84% -
XYZ 46.18 39.13 44.65 -
YUV 171.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 214 150 173 0 0.30 0.19 0.16 338.44 0.44 0.71
Hex D6 96 AD 0 1E 13 10 152 2C 47
Octal 326 226 255 0 36 23 20 522 54 107
Binary 11010110 10010110 10101101 0 11110 10011 10000 101010010 101100 1000111

Color Harmonies of #D696AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696AD

Black with #D696AD

Text Example


Text Example

White with #D696AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696AD; }

 p { color: rgb(214,150,173); }

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

background-color css

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

 a { background-color: rgb(214,150,173); }

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

border-color css

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

 span { border-color: rgb(214,150,173); }

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