Html Css Color HEX #D691B4 Kobi

📋 copy color: '#D691B4'

red 214 ◦ green 145 ◦ blue 180

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

Shades of Kobi #D691B4

Tints of Kobi #D691B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.9%

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 39.7%
G = 26.9%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D691B4 (or 0xD691B4) is known color: Kobi. HEX triplet: D6, 91 and B4. RGB value is (214,145,180). Sum of RGB (Red+Green+Blue) = 214+145+180=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D691B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691B4 is #296E4B. Grayscale: #A9A9A9. Windows color (decimal): -2715212 or 11833814. OLE color: 11833814.

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

Color convert

RGB 214 145 180 -
CMYK 0 0.32 0.16 0.16
HSL 329.57º 0.46% 0.7% -
HSV(B) 329.57º 0.32% 0.84% -
XYZ 46.1 37.84 48.05 -
YUV 169.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 214 145 180 0 0.32 0.16 0.16 329.57 0.46 0.7
Hex D6 91 B4 0 20 10 10 14A 2E 46
Octal 326 221 264 0 40 20 20 512 56 106
Binary 11010110 10010001 10110100 0 100000 10000 10000 101001010 101110 1000110

Color Harmonies of #D691B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691B4

Black with #D691B4

Text Example


Text Example

White with #D691B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691B4; }

 p { color: rgb(214,145,180); }

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

background-color css

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

 a { background-color: rgb(214,145,180); }

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

border-color css

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

 span { border-color: rgb(214,145,180); }

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