Html Css Color HEX #D48AB3 Kobi

📋 copy color: '#D48AB3'

red 212 ◦ green 138 ◦ blue 179

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

Shades of Kobi #D48AB3

Tints of Kobi #D48AB3

RGB

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

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

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

R = 40.08%
G = 26.09%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D48AB3 (or 0xD48AB3) is known color: Kobi. HEX triplet: D4, 8A and B3. RGB value is (212,138,179). Sum of RGB (Red+Green+Blue) = 212+138+179=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AB3 is #2B754C. Grayscale: #A4A4A4. Windows color (decimal): -2848077 or 11766484. OLE color: 11766484.

HSL color Cylindrical-coordinate representation of color #D48AB3: hue angle of 326.76º 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 #D48AB3 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 179 -
CMYK 0 0.35 0.16 0.17
HSL 326.76º 0.46% 0.69% -
HSV(B) 326.76º 0.35% 0.83% -
XYZ 44.38 35.43 47.15 -
YUV 164.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 212 138 179 0 0.35 0.16 0.17 326.76 0.46 0.69
Hex D4 8A B3 0 23 10 11 147 2E 45
Octal 324 212 263 0 43 20 21 507 56 105
Binary 11010100 10001010 10110011 0 100011 10000 10001 101000111 101110 1000101

Color Harmonies of #D48AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AB3

Black with #D48AB3

Text Example


Text Example

White with #D48AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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