Html Css Color HEX #D692AD Kobi

📋 copy color: '#D692AD'

red 214 ◦ green 146 ◦ blue 173

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

Shades of Kobi #D692AD

Tints of Kobi #D692AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.39%

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

R = 40.15%
G = 27.39%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D692AD (or 0xD692AD) is known color: Kobi. HEX triplet: D6, 92 and AD. RGB value is (214,146,173). Sum of RGB (Red+Green+Blue) = 214+146+173=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D692AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692AD is #296D52. Grayscale: #A9A9A9. Windows color (decimal): -2714963 or 11375318. OLE color: 11375318.

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

Color convert

RGB 214 146 173 -
CMYK 0 0.32 0.19 0.16
HSL 336.18º 0.45% 0.71% -
HSV(B) 336.18º 0.32% 0.84% -
XYZ 45.55 37.87 44.44 -
YUV 169.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 214 146 173 0 0.32 0.19 0.16 336.18 0.45 0.71
Hex D6 92 AD 0 20 13 10 150 2D 47
Octal 326 222 255 0 40 23 20 520 55 107
Binary 11010110 10010010 10101101 0 100000 10011 10000 101010000 101101 1000111

Color Harmonies of #D692AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692AD

Black with #D692AD

Text Example


Text Example

White with #D692AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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