Html Css Color HEX #D47AB1 Kobi

📋 copy color: '#D47AB1'

red 212 ◦ green 122 ◦ blue 177

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

Shades of Kobi #D47AB1

Tints of Kobi #D47AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 41.49%
G = 23.87%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D47AB1 (or 0xD47AB1) is known color: Kobi. HEX triplet: D4, 7A and B1. RGB value is (212,122,177). Sum of RGB (Red+Green+Blue) = 212+122+177=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AB1 is #2B854E. Grayscale: #9B9B9B. Windows color (decimal): -2852175 or 11631316. OLE color: 11631316.

HSL color Cylindrical-coordinate representation of color #D47AB1: hue angle of 323.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AB1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 177 -
CMYK 0 0.42 0.17 0.17
HSL 323.33º 0.51% 0.65% -
HSV(B) 323.33º 0.42% 0.83% -
XYZ 42.05 31.09 45.38 -
YUV 155.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 212 122 177 0 0.42 0.17 0.17 323.33 0.51 0.65
Hex D4 7A B1 0 2A 11 11 143 33 41
Octal 324 172 261 0 52 21 21 503 63 101
Binary 11010100 1111010 10110001 0 101010 10001 10001 101000011 110011 1000001

Color Harmonies of #D47AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47AB1

Black with #D47AB1

Text Example


Text Example

White with #D47AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47AB1; }

 p { color: rgb(212,122,177); }

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

background-color css

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

 a { background-color: rgb(212,122,177); }

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

border-color css

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

 span { border-color: rgb(212,122,177); }

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