Html Css Color HEX #D48DB3 Kobi

📋 copy color: '#D48DB3'

red 212 ◦ green 141 ◦ blue 179

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

Shades of Kobi #D48DB3

Tints of Kobi #D48DB3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

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

R = 39.85%
G = 26.5%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D48DB3 (or 0xD48DB3) is known color: Kobi. HEX triplet: D4, 8D and B3. RGB value is (212,141,179). Sum of RGB (Red+Green+Blue) = 212+141+179=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DB3 is #2B724C. Grayscale: #A6A6A6. Windows color (decimal): -2847309 or 11767252. OLE color: 11767252.

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

Color convert

RGB 212 141 179 -
CMYK 0 0.33 0.16 0.17
HSL 327.89º 0.45% 0.69% -
HSV(B) 327.89º 0.33% 0.83% -
XYZ 44.81 36.3 47.29 -
YUV 166.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 212 141 179 0 0.33 0.16 0.17 327.89 0.45 0.69
Hex D4 8D B3 0 21 10 11 148 2D 45
Octal 324 215 263 0 41 20 21 510 55 105
Binary 11010100 10001101 10110011 0 100001 10000 10001 101001000 101101 1000101

Color Harmonies of #D48DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DB3

Black with #D48DB3

Text Example


Text Example

White with #D48DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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