Html Css Color HEX #D690B0 Kobi

📋 copy color: '#D690B0'

red 214 ◦ green 144 ◦ blue 176

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

Shades of Kobi #D690B0

Tints of Kobi #D690B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 40.07%
G = 26.97%
B = 32.96%

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

#D690B0 (or 0xD690B0) is known color: Kobi. HEX triplet: D6, 90 and B0. RGB value is (214,144,176). Sum of RGB (Red+Green+Blue) = 214+144+176=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D690B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690B0 is #296F4F. Grayscale: #A8A8A8. Windows color (decimal): -2715472 or 11571414. OLE color: 11571414.

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

Color convert

RGB 214 144 176 -
CMYK 0 0.33 0.18 0.16
HSL 332.57º 0.46% 0.7% -
HSV(B) 332.57º 0.33% 0.84% -
XYZ 45.54 37.38 45.89 -
YUV 168.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 214 144 176 0 0.33 0.18 0.16 332.57 0.46 0.7
Hex D6 90 B0 0 21 12 10 14D 2E 46
Octal 326 220 260 0 41 22 20 515 56 106
Binary 11010110 10010000 10110000 0 100001 10010 10000 101001101 101110 1000110

Color Harmonies of #D690B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690B0

Black with #D690B0

Text Example


Text Example

White with #D690B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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