Html Css Color HEX #D48AB1 Kobi

📋 copy color: '#D48AB1'

red 212 ◦ green 138 ◦ blue 177

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

Shades of Kobi #D48AB1

Tints of Kobi #D48AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 40.23%
G = 26.19%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D48AB1 (or 0xD48AB1) is known color: Kobi. HEX triplet: D4, 8A and B1. RGB value is (212,138,177). Sum of RGB (Red+Green+Blue) = 212+138+177=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AB1 is #2B754E. Grayscale: #A4A4A4. Windows color (decimal): -2848079 or 11635412. OLE color: 11635412.

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

Color convert

RGB 212 138 177 -
CMYK 0 0.35 0.17 0.17
HSL 328.38º 0.46% 0.69% -
HSV(B) 328.38º 0.35% 0.83% -
XYZ 44.18 35.35 46.09 -
YUV 164.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 212 138 177 0 0.35 0.17 0.17 328.38 0.46 0.69
Hex D4 8A B1 0 23 11 11 148 2E 45
Octal 324 212 261 0 43 21 21 510 56 105
Binary 11010100 10001010 10110001 0 100011 10001 10001 101001000 101110 1000101

Color Harmonies of #D48AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AB1

Black with #D48AB1

Text Example


Text Example

White with #D48AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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