Html Css Color HEX #D692B1 Kobi

📋 copy color: '#D692B1'

red 214 ◦ green 146 ◦ blue 177

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

Shades of Kobi #D692B1

Tints of Kobi #D692B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 39.85%
G = 27.19%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D692B1 (or 0xD692B1) is known color: Kobi. HEX triplet: D6, 92 and B1. RGB value is (214,146,177). Sum of RGB (Red+Green+Blue) = 214+146+177=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D692B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692B1 is #296D4E. Grayscale: #A9A9A9. Windows color (decimal): -2714959 or 11637462. OLE color: 11637462.

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

Color convert

RGB 214 146 177 -
CMYK 0 0.32 0.17 0.16
HSL 332.65º 0.45% 0.71% -
HSV(B) 332.65º 0.32% 0.84% -
XYZ 45.95 38.03 46.51 -
YUV 169.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 214 146 177 0 0.32 0.17 0.16 332.65 0.45 0.71
Hex D6 92 B1 0 20 11 10 14D 2D 47
Octal 326 222 261 0 40 21 20 515 55 107
Binary 11010110 10010010 10110001 0 100000 10001 10000 101001101 101101 1000111

Color Harmonies of #D692B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692B1

Black with #D692B1

Text Example


Text Example

White with #D692B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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