Html Css Color HEX #D48EAD Kobi

📋 copy color: '#D48EAD'

red 212 ◦ green 142 ◦ blue 173

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

Shades of Kobi #D48EAD

Tints of Kobi #D48EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 40.23%
G = 26.94%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D48EAD (or 0xD48EAD) is known color: Kobi. HEX triplet: D4, 8E and AD. RGB value is (212,142,173). Sum of RGB (Red+Green+Blue) = 212+142+173=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48EAD is #2B7152. Grayscale: #A6A6A6. Windows color (decimal): -2847059 or 11374292. OLE color: 11374292.

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

Color convert

RGB 212 142 173 -
CMYK 0 0.33 0.18 0.17
HSL 333.43º 0.45% 0.69% -
HSV(B) 333.43º 0.33% 0.83% -
XYZ 44.37 36.36 44.21 -
YUV 166.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 212 142 173 0 0.33 0.18 0.17 333.43 0.45 0.69
Hex D4 8E AD 0 21 12 11 14D 2D 45
Octal 324 216 255 0 41 22 21 515 55 105
Binary 11010100 10001110 10101101 0 100001 10010 10001 101001101 101101 1000101

Color Harmonies of #D48EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EAD

Black with #D48EAD

Text Example


Text Example

White with #D48EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EAD; }

 p { color: rgb(212,142,173); }

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

background-color css

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

 a { background-color: rgb(212,142,173); }

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

border-color css

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

 span { border-color: rgb(212,142,173); }

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