Html Css Color HEX #D690A8 Kobi

📋 copy color: '#D690A8'

red 214 ◦ green 144 ◦ blue 168

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

Shades of Kobi #D690A8

Tints of Kobi #D690A8

RGB

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

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

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

R = 40.68%
G = 27.38%
B = 31.94%

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

#D690A8 (or 0xD690A8) is known color: Kobi. HEX triplet: D6, 90 and A8. RGB value is (214,144,168). Sum of RGB (Red+Green+Blue) = 214+144+168=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D690A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690A8 is #296F57. Grayscale: #A7A7A7. Windows color (decimal): -2715480 or 11047126. OLE color: 11047126.

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

Color convert

RGB 214 144 168 -
CMYK 0 0.33 0.21 0.16
HSL 339.43º 0.46% 0.7% -
HSV(B) 339.43º 0.33% 0.84% -
XYZ 44.77 37.07 41.84 -
YUV 167.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 214 144 168 0 0.33 0.21 0.16 339.43 0.46 0.7
Hex D6 90 A8 0 21 15 10 153 2E 46
Octal 326 220 250 0 41 25 20 523 56 106
Binary 11010110 10010000 10101000 0 100001 10101 10000 101010011 101110 1000110

Color Harmonies of #D690A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690A8

Black with #D690A8

Text Example


Text Example

White with #D690A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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