Html Css Color HEX #D29FB0 Kobi

📋 copy color: '#D29FB0'

red 210 ◦ green 159 ◦ blue 176

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

Shades of Kobi #D29FB0

Tints of Kobi #D29FB0

RGB

 RED value IS 210 (82.42% from 255) = 38.53%

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

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

R = 38.53%
G = 29.17%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D29FB0 (or 0xD29FB0) is known color: Kobi. HEX triplet: D2, 9F and B0. RGB value is (210,159,176). Sum of RGB (Red+Green+Blue) = 210+159+176=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FB0 is #2D604F. Grayscale: #B0B0B0. Windows color (decimal): -2973776 or 11575250. OLE color: 11575250.

HSL color Cylindrical-coordinate representation of color #D29FB0: hue angle of 340º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FB0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 159 176 -
CMYK 0 0.24 0.16 0.18
HSL 340º 0.36% 0.72% -
HSV(B) 340º 0.24% 0.82% -
XYZ 46.81 41.63 46.64 -
YUV 176.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 210 159 176 0 0.24 0.16 0.18 340 0.36 0.72
Hex D2 9F B0 0 18 10 12 154 24 48
Octal 322 237 260 0 30 20 22 524 44 110
Binary 11010010 10011111 10110000 0 11000 10000 10010 101010100 100100 1001000

Color Harmonies of #D29FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FB0

Black with #D29FB0

Text Example


Text Example

White with #D29FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FB0; }

 p { color: rgb(210,159,176); }

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

background-color css

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

 a { background-color: rgb(210,159,176); }

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

border-color css

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

 span { border-color: rgb(210,159,176); }

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