Html Css Color HEX #D690A9 Kobi

📋 copy color: '#D690A9'

red 214 ◦ green 144 ◦ blue 169

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

Shades of Kobi #D690A9

Tints of Kobi #D690A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 40.61%
G = 27.32%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D690A9 (or 0xD690A9) is known color: Kobi. HEX triplet: D6, 90 and A9. RGB value is (214,144,169). Sum of RGB (Red+Green+Blue) = 214+144+169=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D690A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690A9 is #296F56. Grayscale: #A7A7A7. Windows color (decimal): -2715479 or 11112662. OLE color: 11112662.

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

Color convert

RGB 214 144 169 -
CMYK 0 0.33 0.21 0.16
HSL 338.57º 0.46% 0.7% -
HSV(B) 338.57º 0.33% 0.84% -
XYZ 44.87 37.11 42.33 -
YUV 167.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 214 144 169 0 0.33 0.21 0.16 338.57 0.46 0.7
Hex D6 90 A9 0 21 15 10 153 2E 46
Octal 326 220 251 0 41 25 20 523 56 106
Binary 11010110 10010000 10101001 0 100001 10101 10000 101010011 101110 1000110

Color Harmonies of #D690A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690A9

Black with #D690A9

Text Example


Text Example

White with #D690A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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