Html Css Color HEX #D48AB0 Kobi

📋 copy color: '#D48AB0'

red 212 ◦ green 138 ◦ blue 176

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

Shades of Kobi #D48AB0

Tints of Kobi #D48AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 40.3%
G = 26.24%
B = 33.46%

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

#D48AB0 (or 0xD48AB0) is known color: Kobi. HEX triplet: D4, 8A and B0. RGB value is (212,138,176). Sum of RGB (Red+Green+Blue) = 212+138+176=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AB0 is #2B754F. Grayscale: #A4A4A4. Windows color (decimal): -2848080 or 11569876. OLE color: 11569876.

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

Color convert

RGB 212 138 176 -
CMYK 0 0.35 0.17 0.17
HSL 329.19º 0.46% 0.69% -
HSV(B) 329.19º 0.35% 0.83% -
XYZ 44.08 35.31 45.57 -
YUV 164.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 212 138 176 0 0.35 0.17 0.17 329.19 0.46 0.69
Hex D4 8A B0 0 23 11 11 149 2E 45
Octal 324 212 260 0 43 21 21 511 56 105
Binary 11010100 10001010 10110000 0 100011 10001 10001 101001001 101110 1000101

Color Harmonies of #D48AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AB0

Black with #D48AB0

Text Example


Text Example

White with #D48AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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