Html Css Color HEX #D48EB3 Kobi

📋 copy color: '#D48EB3'

red 212 ◦ green 142 ◦ blue 179

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

Shades of Kobi #D48EB3

Tints of Kobi #D48EB3

RGB

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

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

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

R = 39.77%
G = 26.64%
B = 33.58%

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

#D48EB3 (or 0xD48EB3) is known color: Kobi. HEX triplet: D4, 8E and B3. RGB value is (212,142,179). Sum of RGB (Red+Green+Blue) = 212+142+179=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EB3 is #2B714C. Grayscale: #A7A7A7. Windows color (decimal): -2847053 or 11767508. OLE color: 11767508.

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

Color convert

RGB 212 142 179 -
CMYK 0 0.33 0.16 0.17
HSL 328.29º 0.45% 0.69% -
HSV(B) 328.29º 0.33% 0.83% -
XYZ 44.96 36.6 47.34 -
YUV 167.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 212 142 179 0 0.33 0.16 0.17 328.29 0.45 0.69
Hex D4 8E B3 0 21 10 11 148 2D 45
Octal 324 216 263 0 41 20 21 510 55 105
Binary 11010100 10001110 10110011 0 100001 10000 10001 101001000 101101 1000101

Color Harmonies of #D48EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EB3

Black with #D48EB3

Text Example


Text Example

White with #D48EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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