Html Css Color HEX #D69FB5 Kobi

📋 copy color: '#D69FB5'

red 214 ◦ green 159 ◦ blue 181

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

Shades of Kobi #D69FB5

Tints of Kobi #D69FB5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.7%

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 38.63%
G = 28.7%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D69FB5 (or 0xD69FB5) is known color: Kobi. HEX triplet: D6, 9F and B5. RGB value is (214,159,181). Sum of RGB (Red+Green+Blue) = 214+159+181=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FB5 is #29604A. Grayscale: #B1B1B1. Windows color (decimal): -2711627 or 11902934. OLE color: 11902934.

HSL color Cylindrical-coordinate representation of color #D69FB5: hue angle of 336º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FB5 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 181 -
CMYK 0 0.26 0.15 0.16
HSL 336º 0.4% 0.73% -
HSV(B) 336º 0.26% 0.84% -
XYZ 48.47 42.43 49.35 -
YUV 177.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 214 159 181 0 0.26 0.15 0.16 336 0.4 0.73
Hex D6 9F B5 0 1A F 10 150 28 49
Octal 326 237 265 0 32 17 20 520 50 111
Binary 11010110 10011111 10110101 0 11010 1111 10000 101010000 101000 1001001

Color Harmonies of #D69FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FB5

Black with #D69FB5

Text Example


Text Example

White with #D69FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FB5; }

 p { color: rgb(214,159,181); }

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

background-color css

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

 a { background-color: rgb(214,159,181); }

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

border-color css

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

 span { border-color: rgb(214,159,181); }

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