Html Css Color HEX #D690AF Kobi

📋 copy color: '#D690AF'

red 214 ◦ green 144 ◦ blue 175

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

Shades of Kobi #D690AF

Tints of Kobi #D690AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.02%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 40.15%
G = 27.02%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D690AF (or 0xD690AF) is known color: Kobi. HEX triplet: D6, 90 and AF. RGB value is (214,144,175). Sum of RGB (Red+Green+Blue) = 214+144+175=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D690AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690AF is #296F50. Grayscale: #A8A8A8. Windows color (decimal): -2715473 or 11505878. OLE color: 11505878.

HSL color Cylindrical-coordinate representation of color #D690AF: hue angle of 333.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690AF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 175 -
CMYK 0 0.33 0.18 0.16
HSL 333.43º 0.46% 0.7% -
HSV(B) 333.43º 0.33% 0.84% -
XYZ 45.44 37.34 45.37 -
YUV 168.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 214 144 175 0 0.33 0.18 0.16 333.43 0.46 0.7
Hex D6 90 AF 0 21 12 10 14D 2E 46
Octal 326 220 257 0 41 22 20 515 56 106
Binary 11010110 10010000 10101111 0 100001 10010 10000 101001101 101110 1000110

Color Harmonies of #D690AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690AF

Black with #D690AF

Text Example


Text Example

White with #D690AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690AF; }

 p { color: rgb(214,144,175); }

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

background-color css

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

 a { background-color: rgb(214,144,175); }

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

border-color css

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

 span { border-color: rgb(214,144,175); }

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