Html Css Color HEX #D296B0 Kobi

📋 copy color: '#D296B0'

red 210 ◦ green 150 ◦ blue 176

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

Shades of Kobi #D296B0

Tints of Kobi #D296B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.99%

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

R = 39.18%
G = 27.99%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D296B0 (or 0xD296B0) is known color: Kobi. HEX triplet: D2, 96 and B0. RGB value is (210,150,176). Sum of RGB (Red+Green+Blue) = 210+150+176=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D296B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296B0 is #2D694F. Grayscale: #AAAAAA. Windows color (decimal): -2976080 or 11572946. OLE color: 11572946.

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

Color convert

RGB 210 150 176 -
CMYK 0 0.29 0.16 0.18
HSL 334º 0.4% 0.71% -
HSV(B) 334º 0.29% 0.82% -
XYZ 45.32 38.65 46.15 -
YUV 170.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 210 150 176 0 0.29 0.16 0.18 334 0.4 0.71
Hex D2 96 B0 0 1D 10 12 14E 28 47
Octal 322 226 260 0 35 20 22 516 50 107
Binary 11010010 10010110 10110000 0 11101 10000 10010 101001110 101000 1000111

Color Harmonies of #D296B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296B0

Black with #D296B0

Text Example


Text Example

White with #D296B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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