Html Css Color HEX #D48FB4 Kobi

📋 copy color: '#D48FB4'

red 212 ◦ green 143 ◦ blue 180

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

Shades of Kobi #D48FB4

Tints of Kobi #D48FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 39.63%
G = 26.73%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D48FB4 (or 0xD48FB4) is known color: Kobi. HEX triplet: D4, 8F and B4. RGB value is (212,143,180). Sum of RGB (Red+Green+Blue) = 212+143+180=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB4 is #2B704B. Grayscale: #A7A7A7. Windows color (decimal): -2846796 or 11833300. OLE color: 11833300.

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

Color convert

RGB 212 143 180 -
CMYK 0 0.33 0.15 0.17
HSL 327.83º 0.45% 0.7% -
HSV(B) 327.83º 0.33% 0.83% -
XYZ 45.21 36.94 47.93 -
YUV 167.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 212 143 180 0 0.33 0.15 0.17 327.83 0.45 0.7
Hex D4 8F B4 0 21 F 11 148 2D 46
Octal 324 217 264 0 41 17 21 510 55 106
Binary 11010100 10001111 10110100 0 100001 1111 10001 101001000 101101 1000110

Color Harmonies of #D48FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FB4

Black with #D48FB4

Text Example


Text Example

White with #D48FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FB4; }

 p { color: rgb(212,143,180); }

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

background-color css

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

 a { background-color: rgb(212,143,180); }

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

border-color css

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

 span { border-color: rgb(212,143,180); }

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