Html Css Color HEX #D48FAA Kobi

📋 copy color: '#D48FAA'

red 212 ◦ green 143 ◦ blue 170

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

Shades of Kobi #D48FAA

Tints of Kobi #D48FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 170 (66.8% from 255) = 32.38%

R = 40.38%
G = 27.24%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D48FAA (or 0xD48FAA) is known color: Kobi. HEX triplet: D4, 8F and AA. RGB value is (212,143,170). Sum of RGB (Red+Green+Blue) = 212+143+170=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAA is #2B7055. Grayscale: #A6A6A6. Windows color (decimal): -2846806 or 11177940. OLE color: 11177940.

HSL color Cylindrical-coordinate representation of color #D48FAA: hue angle of 336.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FAA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 143 170 -
CMYK 0 0.33 0.20 0.17
HSL 336.52º 0.45% 0.7% -
HSV(B) 336.52º 0.33% 0.83% -
XYZ 44.23 36.54 42.75 -
YUV 166.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 212 143 170 0 0.33 0.20 0.17 336.52 0.45 0.7
Hex D4 8F AA 0 21 14 11 151 2D 46
Octal 324 217 252 0 41 24 21 521 55 106
Binary 11010100 10001111 10101010 0 100001 10100 10001 101010001 101101 1000110

Color Harmonies of #D48FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FAA

Black with #D48FAA

Text Example


Text Example

White with #D48FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FAA; }

 p { color: rgb(212,143,170); }

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

background-color css

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

 a { background-color: rgb(212,143,170); }

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

border-color css

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

 span { border-color: rgb(212,143,170); }

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