Html Css Color HEX #D47EB3 Kobi

📋 copy color: '#D47EB3'

red 212 ◦ green 126 ◦ blue 179

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

Shades of Kobi #D47EB3

Tints of Kobi #D47EB3

RGB

 RED value IS 212 (83.2% from 255) = 41.01%

 GREEN value IS 126 (49.61% from 255) = 24.37%

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 41.01%
G = 24.37%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D47EB3 (or 0xD47EB3) is known color: Kobi. HEX triplet: D4, 7E and B3. RGB value is (212,126,179). Sum of RGB (Red+Green+Blue) = 212+126+179=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EB3 is #2B814C. Grayscale: #9D9D9D. Windows color (decimal): -2851149 or 11763412. OLE color: 11763412.

HSL color Cylindrical-coordinate representation of color #D47EB3: hue angle of 323.02º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47EB3 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 126 179 -
CMYK 0 0.41 0.16 0.17
HSL 323.02º 0.5% 0.66% -
HSV(B) 323.02º 0.41% 0.83% -
XYZ 42.75 32.17 46.6 -
YUV 157.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 212 126 179 0 0.41 0.16 0.17 323.02 0.5 0.66
Hex D4 7E B3 0 29 10 11 143 32 42
Octal 324 176 263 0 51 20 21 503 62 102
Binary 11010100 1111110 10110011 0 101001 10000 10001 101000011 110010 1000010

Color Harmonies of #D47EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47EB3

Black with #D47EB3

Text Example


Text Example

White with #D47EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47EB3; }

 p { color: rgb(212,126,179); }

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

background-color css

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

 a { background-color: rgb(212,126,179); }

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

border-color css

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

 span { border-color: rgb(212,126,179); }

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